Library problem
I started a project with MS Visual C++ 6.0 Introductory Edition on an Windows 98 SE machine some time ago. I had so much fun that I bought a real version of MS Visual C++ 6.0. But when I''m tried to build my project with my new MS Visual C++ 6.0 on my Windows 2000 Professionnal machine, I got a missing library which I cannot find on the net or on my hd. The missing library is libm.lib. If someone could tell me where I could find it or a work around this problem, I would appreciate it. Thanks.
---------------------------Unfortunately, no one can be told what a bug is.You have to see it for yourself...
My best guess for a work around is to reload all your old source and header files into a new project on the new machine. It sounds like that the introductory Visual C++ uses different static libraries than standard editions.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement