unresolved external when converting to VS2005 beta 2

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I am trying to compile some code with VS2005 Beta 2 that has been working with VS2003. Im trying to build a DLL and contains a mix of managed and unmanaged C++. The error Im getting is the following:

Error 13 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) AssemblyInfo.obj

Any suggestions for resolving this would be appreciated.

--Jeff



View the full article
 
Back
Top