gcc and Visual C
-
Can I integrate the gcc into a program made with Visual C? I want to use it to create a preprocessed file of a c program and then to extract the informations. Another option is to use ShellExecute for gcc but I don't know the sintax for creating a preprocessed file from a C program. Does anyone know the exact sintax? I know it has something to do with -E but that's it and I can't find an example on the net. Or some files already preprocessed.
-
Can I integrate the gcc into a program made with Visual C? I want to use it to create a preprocessed file of a c program and then to extract the informations. Another option is to use ShellExecute for gcc but I don't know the sintax for creating a preprocessed file from a C program. Does anyone know the exact sintax? I know it has something to do with -E but that's it and I can't find an example on the net. Or some files already preprocessed.