I hope this is an easy question.
I've a lot of unresolved sybmol error messages while linking my executable.
I think that I probably forgot to add the additional libraries that I wish to link against.
How and where do I tell VC++ express that I would like to link with my libraries
I searched in the IDE for awhile, and I couldn't find it.
Thanks!!!

Linking Problem
mufasa
Take a look at http://msdn2.microsoft.com/en-US/library/ba1z7822(VS.80).aspx for adding your libraries to the linker command.
Hope this helps!
Thanks, Ayman Shoukry VC++ TeamBader Cheema
Cool~! This is exactly what I needed.
Thanks! My program is now able to link successfully.