how do I set compiler options???

  • Thread starter Thread starter glich via DotNetMonster.com
  • Start date Start date
G

glich via DotNetMonster.com

How do I set compiler options in my IDE? My IDE is VC++ Standerd 6.0.
thx!
 
glich via DotNetMonster.com said:
How do I set compiler options in my IDE? My IDE is VC++ Standerd 6.0.

Choose Project->Settings from the menu. Click on the C++ tab. If you don't
see the setting you need to change then select another group of options in
the listbox. If you know the alpha-numeric switch value corresponding to the
option you need to set you can type it into the multi-line edit control
labeled "Project Options".

You are welcome.

Regards,
Will
 
Back
Top