Advertisement

VC 6 question

Started by July 25, 2000 05:10 PM
3 comments, last by Fender148 24 years, 4 months ago
I was curious about the difference between going to Project / Settings / Link with lib files, and going to Project / Add files to project.. and adding lib files, thanks
none that I know of... well there is a diference.... when adding it to the project it put an extra file icon in the project file list =) but other than that....

Great Milenko

Words Of Wisdom:
"Never Stick A Pretzel In Your Butt It Might Break Off In There."


http://www.crosswinds.net/~milenko
http://www.crosswinds.net/~pirotech

The Great Milenko"Don't stick a pretzel up your ass, it might get stuck in there.""Computer Programming is findding the right wrench to hammer in the correct screw."
Advertisement
Although some people (LaMothe I think) insist on putting libs in the project, I''ve never seen a difference between doing that and just putting them in the settings. I prefer the settings, so as to not clutter up the project workspace
Just use

    #pragma comment (lib, "thelibwithoutextension")    


in your cpp

so you are not dependent on the workspace
Does that work, Void?
Wow, learn something new every day, I can use that for my OpenGL appwizard!

Thanks


Give me one more medicated peaceful moment.
~ (V)^|) |<é!t|-| ~
ERROR: Your beta-version of Life1.0 has expired. Please upgrade to the full version. All important social functions will be disabled from now on.
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.

This topic is closed to new replies.

Advertisement