how do I set compiler options???

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

glich via DotNetMonster.com

How do I set compiler options in my IDE? My IDE is VC++ Standerd 6.0.
thx!
 
W

William DePalo [MVP VC++]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top