O
omermadni
Its a COM dll that i generated and tested using debug configuration
.....but now its about to be dilevered and as i try to convert it into
release config. removing DEBUG flags , its really doing me a lot lot
trouble ,...the link errors
ExportDevices error LNK2019: unresolved external symbol
__imp___CrtDbgReport referenced in function "public: static long
__stdcall ATL::CComObject<class
CExportDeviceConfig>::CreateInstance(class ATL::CComObject<class
CExportDeviceConfig> * *)"
(?CreateInstance@?$CComObject@VCExportDeviceConfig@@@ATL@@SGJPAPAV12@@Z)
is shown of each time i try to build ....but whenever i change the
"project settings"
Configuration properties -> C/C++ -> Code Generation -> Runtime library
= Multi-threaded Debug DLL (/MDd) ... the only error reported is "
project returns error while performing registration " .... any
VC/COM/ATL Guru if can suggest me in this , i will be highly obliged .
Regards ,
Madni
.....but now its about to be dilevered and as i try to convert it into
release config. removing DEBUG flags , its really doing me a lot lot
trouble ,...the link errors
ExportDevices error LNK2019: unresolved external symbol
__imp___CrtDbgReport referenced in function "public: static long
__stdcall ATL::CComObject<class
CExportDeviceConfig>::CreateInstance(class ATL::CComObject<class
CExportDeviceConfig> * *)"
(?CreateInstance@?$CComObject@VCExportDeviceConfig@@@ATL@@SGJPAPAV12@@Z)
is shown of each time i try to build ....but whenever i change the
"project settings"
Configuration properties -> C/C++ -> Code Generation -> Runtime library
= Multi-threaded Debug DLL (/MDd) ... the only error reported is "
project returns error while performing registration " .... any
VC/COM/ATL Guru if can suggest me in this , i will be highly obliged .
Regards ,
Madni