Re: unresolved external symbol in VS8 from VS6

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Fri, 9 Mar 2007 15:38:03 +0100, "JIGE" <nacho@xxxxxxxx> wrote:

Release version only works if I put Multi-threaded Debug DLL (/MDd) for
that option, but obviously, that isn´t a good solution because really I
would work with a debug version instead a release version.

So I suspect your are (explicitly or implicitly) using some component
that is linking with debug mode libraries.

Maybe you're linking with a debug build version of some 3rd party
component/library...?

MrAsm
.



Relevant Pages

  • Re: Linking warnings
    ... > I'm linking my program against ZipAchive, but I get these warnings from ... What compiler version are you using? ...
    (microsoft.public.vc.language)
  • Re: switching from debug to release
    ... Are you linking to any third party libraries? ... Perhaps the threading models ... > I have swithed my active configuration to release from debug. ...
    (microsoft.public.vc.mfc)
  • Re: Prb building in Debug mode
    ... Make sure that all the components you are linking together use exactly the ... >> non debug version. ... >> Ronald Laeremans ... > able to successfully compile, and found a message about MSVCRTD.LIB. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Odd Performance?
    ... >You're not using Debug builds are you? ... Everything is set to Retail in the control panel. ... Linking d3dx9.lib and d3d9.lib and VS is set to Release mode. ...
    (microsoft.public.win32.programmer.directx.graphics)
  • How can I shorten the time of the linking process
    ... When I'm linking my project (after the compilation step) on "debug ... When I'm changing the project mode to "Release version", the linking ... I tried to anylise the linking process by using "Print Progress ...
    (microsoft.public.vc.language)