Saturday, May 22, 2010

Linking Problem in visual C++ version 6 using vista, plzzzzz help??!!?

hey everyone, plz some1 help me with this.... newly i've been using windows vista... all went smoothly until this... i've installed microsoft visual C++ v.6 enterprise edition.... welll, it got installed and everything but whenever i create a program, even program codes as simple as cout%26lt;%26lt;"hello world", it gives me a linking error.... i really dunno y... i've been usin c++ for a yr now but that's the first time i encounter such trauma... plz some1 help me solve it!!!!





Thanx and Cheers ^__^

Linking Problem in visual C++ version 6 using vista, plzzzzz help??!!?
Every program is linked with the standard libraries defined in the project option in VC++ to create a final executable.In this case you would need the stdc++ library.Add it manually to the list of libraries which you can find under the projects option or specify the path while you are linking on the command line like this


cl /MD /Itargetdir\include your_prog.c stdlib.lib


ref: http://www.nag.co.uk/numeric/CL/classoci...


. That should do.Even then if you are not able to link,means your runtime dll is not available.Am not sure how to proceed then.
Reply:hmm...


it's compatible with win vista!!


i think u should reinstall it and try again...


or may be reinstall ur windows vista...


or u may try to update ur visual c++..


bcoz visual c++ 2005 also have the same problem on vista...





hmm..u know how to create and modify program??


contact me at vc-1987@hotmail.com





i have an emulator that have time trail 10minutes..


only can use each restart but only for 10minutres...





can u help me to delete the time trial...???


\contact me at : vc-1987@hotmail.com





thanks...


No comments:

Post a Comment