Advertisement

New to MicroSoft C++, getting nutty errors.

Started by July 27, 2000 12:52 AM
11 comments, last by JwayneT 24 years, 4 months ago
I think you have to include the .lib file as well
When my team was working with COM we found this error every now and then. The solution to the multiple definitions problem, assuming the code is correct as stated is in your projects settings.

Turn off precompiled headers, or totally rebuild your application and it should go away. We found that sometimes precompiled headers got in the way when you started to move functionality around your files. Anyway the setting can be found under Projects->Settings->C++->Precompiled Headers(drop down).

Hope this helps.
Kressilac
Derek Licciardi (Kressilac)Elysian Productions Inc.
Advertisement
Righty O,

I''ll get right on it, Mucho Gracias Seniors y Senoriatas.

a.h{text-decoration:none;color:blue;};a.h:hover{text-decoration:underline;background:red;};

Snootchie Bootchies!

-=CF=-
a.h{text-decoration:none;color:blue;};a.h:hover{text-decoration:underline;background:red;};

Why is it called a hot water heater? Isn't it cold when it goes in the tank?

[email=jtaylor@gtemail.net" class="h]-=CF=-[/email]

This topic is closed to new replies.

Advertisement