visual c++ - Getting LNK2001 Unresolved external smymbol __forceCRTManifestCUR error -


i using vc++ 6.0 ide building , compiling application.

i getting error while compilation. error:- lnk2001 unresolved external smymbol __forcecrtmanifestcur fatal error lnk 1120: 1 unresolved external.

--------version , configuration--------

  • os - windows server 2008 vc++ - 6.0

  • installed on pc

--------other installation are------

  • visual studio 2008

  • microsoft sdk 5.0

are

c:\program files\microsoft visual studio\vc98\include

and

c:\program files\microsoft visual studio 9.0\vc\include

conflicting..

please in issue..


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -