I'm getting this link error when trying to build my project.
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
I looked up on the MSDN library for LNK4098 and it said I'm trying to link with incompatible libraries. I don't really...
Forgive me tchouch, but I didn't understand your last reply. My project isn't using MFC, it is actually a Win32 DLL project. Is there an equivalent solution similar for a DLL project? Sorry but I'm confused.
All your answers were helpful, but the solution that fits best for me was tchouch's first suggestion. The only problem with it is that when I edit the file, there is no SOURCE=.StdAfx.cpp line anywhere. Are you sure this is in the .dsp file? I did a 'find' for StdAfx in the .dsp file and found...
I'm sure this is really simple to set up, but I've wasted many an hour trying to figure it out. Any Visual C++ developers want to show me the light?
My problem:
I'm creating a Win32 DLL project, and I'm having trouble setting up a simple loaction for the project. I want to name the project...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.