Using gcc together with Visual Studio

David Korn dkorn@pixelpower.com
Fri May 11 01:49:00 GMT 2001


>-----Original Message-----
>From: Daniel.Andersson@combitechsystems.com
>Sent: 11 May 2001 09:44


>Thanks for your answers! Now i can use Visual Studio as my IDE for my gcc
>compiler. However, i cannot use the "source browser" 
>compability in Visual
>studio i.e. see all references between classes. I think that i have to
>produce a seperate file, exept for the .o file when i compile 
>the .cpp file.
>It should be a .bsc -file. Does anybody know how to make these files?

  If you check out the sample makefile at the link I gave you:

>> http://www.xs4all.nl/~borkhuis/vxworks/vxw_pt1.html#1.13

where it points to

http://www.xs4all.nl/~borkhuis/vxworks/Makefile

it has example rules to build a .sbr file

#First Rule : Make a SBR file. This file contains the static browse
information used by the
#             Microsoft developer studio. The compiler of the developer
studio is used to
#             create this file.

        DaveK

  I dunno if that'll serve the same purposes as a .bsc because I 
haven't used any of this stuff myself, but it must be worth a try.


       DaveK
-- 
 As I was climbing on the stair
 I met a man who wasn't there
 He wasn't there again today
 I think he's from the CIA
    -- paraphrased from Phrack magazine


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
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