Microsoft Visual C++ 2005

Discussion about everything. New games, 3d math, development tips...
Post Reply
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Microsoft Visual C++ 2005

Post by monkeycracks »

Can anyone show me how to include folders and libs in my projects in MSVC 2005?

Kind of newbish to it.
TheC
Posts: 93
Joined: Fri May 05, 2006 7:50 am

Post by TheC »

You need to:

Click Tools -> Options.
Expand Projects and Solutions.
Click VC++ Directories.
Use the top Righthand List to choose what type of directory you want to see (usually includes, libraries)

Use the icons below the list box to manage entries.
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Thanks

Post by monkeycracks »

Ah thanks, got it working.
Can't say I'm a fan of it, but DX9 works with it whereas it doesn't with Dev-Cpp

Thanks :D
TheC
Posts: 93
Joined: Fri May 05, 2006 7:50 am

Post by TheC »

I've found VS 2005 the best IDE and Compiler I've ever used :)
ErUs
Posts: 165
Joined: Thu Oct 07, 2004 6:13 pm

Post by ErUs »

TheC wrote:I've found VS 2005 the best IDE and Compiler I've ever used :)
amen brother :D
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

I may not completely understand it yet but it is growing on me ;)
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

One little thing that is bugging me about it right now though is that it only highlights the brackets (The beginning and ending) when you first make them, not everytime the cursor is placed on them like CodeBlocks does. I couldn't find a way to enable this anywhere.
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

wish i saw this sooner pish bump
Julian
Posts: 5
Joined: Sun Feb 04, 2007 1:22 am
Location: Holland

Post by Julian »

TheC wrote:I've found VS 2005 the best IDE and Compiler I've ever used :)
Your not the only one :)
Post Reply