D
Doug Bailey
I have an application in which some unmanaged classes are being pulled
into a Managed Windows Form application. The umanaged class has a
number of CString variables.
When I link the program, I get the following error:
LINK : error LNK2020: unresolved token (0A000039)
I have tried to turn off the /clr switch for the unmanaged classes CPP
file but the compile errors out immediately.
(cCamera.cpp(0) : fatal error C1190: managed targeted code requires
'#using <mscorlib.dll>' and '/clr' option)
Any ideas as to where I can find the CSTring template destructor?
Thanks
Doug Bailey
into a Managed Windows Form application. The umanaged class has a
number of CString variables.
When I link the program, I get the following error:
LINK : error LNK2020: unresolved token (0A000039)
ATL.CStringT said:.__dtor
I have tried to turn off the /clr switch for the unmanaged classes CPP
file but the compile errors out immediately.
(cCamera.cpp(0) : fatal error C1190: managed targeted code requires
'#using <mscorlib.dll>' and '/clr' option)
Any ideas as to where I can find the CSTring template destructor?
Thanks
Doug Bailey