G
Guest
Hi.
I'm trying to migrate a small library to VC8 via the wizard, but when I try
to compile I get the following errors:
Error 1 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) AssemblyInfo.obj
Error 2 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) AssemblyInfo.obj
Error 3 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) Stdafx.obj
Error 4 fatal error LNK1120: 1 unresolved
externals C:\AllMyStuff\MyPrograms\MyModels\ReflectometryModel\Debug\ReflectometryModel.dll 1
The only external librariea I reference are <cmath> and <complex>. The
library compiled and worked fine before conversion, but required msvcrt.lib
and mscvcrtd.lib to be included in the project. These are also included after
conversion.
Any help would be greaty appreciated.
Thanks.
Matt Brown.
I'm trying to migrate a small library to VC8 via the wizard, but when I try
to compile I get the following errors:
Error 1 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) AssemblyInfo.obj
Error 2 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) AssemblyInfo.obj
Error 3 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) Stdafx.obj
Error 4 fatal error LNK1120: 1 unresolved
externals C:\AllMyStuff\MyPrograms\MyModels\ReflectometryModel\Debug\ReflectometryModel.dll 1
The only external librariea I reference are <cmath> and <complex>. The
library compiled and worked fine before conversion, but required msvcrt.lib
and mscvcrtd.lib to be included in the project. These are also included after
conversion.
Any help would be greaty appreciated.
Thanks.
Matt Brown.