EDN Admin
Well-known member
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
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