Using gcc together with Visual Studio

Yves Rutschle y.rutschle@indigovision.com
Thu May 10 06:17:00 GMT 2001


> Currently i am using the command line interface to gcc but i 
> am intressted
> in using Microsoft Visual Studio as an IDE to gcc. Does 
> anybody use that
> kind of enviroment setup? 

Yes, I used to do that because several people here do it.
The idea is simply to create a project, and in the settings
of the project set a command line with a call to make.
That way, you get compilation with F7, you get the file
browser/editor just like usual.. The only function I can
think of that you lose (over using the built-in compiler)
is that you don't get a direct link between compiler output
and editor: ie when there is a compilation error, you can't
just double click on the error to get the editor at the
error place.

HTH,
Y.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list