J
Jack
Hi there,
I downloaded a small sample solution (DLL) from PayPal and I'm getting the
following error when I compile it:
Error 2 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) ButtonEncryption.obj ButtonEncryptionLib
This occurs several twice in fact (for this file) and once for "stdafx.obj".
The code was upgraded by VS 2005 when I first loaded the solution (from
whatever earlier version it came from) but it should work AFAIK (same
problem occurs in VS 2008). The error indicates that some runtime support
library appears to be missing since it involves the constructor but there's
only one class in the file and its constructor is present. I'm an
experienced C++ developer but have no background in managed C++. Does anyone
recognize what library it may be looking for. Thanks.
I downloaded a small sample solution (DLL) from PayPal and I'm getting the
following error when I compile it:
Error 2 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ"
(?.cctor@@$$FYMXXZ) ButtonEncryption.obj ButtonEncryptionLib
This occurs several twice in fact (for this file) and once for "stdafx.obj".
The code was upgraded by VS 2005 when I first loaded the solution (from
whatever earlier version it came from) but it should work AFAIK (same
problem occurs in VS 2008). The error indicates that some runtime support
library appears to be missing since it involves the constructor but there's
only one class in the file and its constructor is present. I'm an
experienced C++ developer but have no background in managed C++. Does anyone
recognize what library it may be looking for. Thanks.