Hi,
I am having a problem getting a project file to compile in debug mode. It works fine in release mode, however when I come to compile in debug it gives a whole ream of errors, all LNK2001 and LNK2019, involving unresolved external symbols.
Just to give you an idea of which ones are failing, a few are _memcpy, _malloc, _printf, _CxxThrowException, __RTC_CheckEsp, etc...
There are about 100 unresolved externals in total and my additional dependencies are:
strmiids.lib quartz.lib winmm.lib msacm32.lib olepro32.lib d3dxof.lib dxguid.lib d3dx9dt.lib d3d9.lib libmysql.lib odbc32.lib odbccp32.lib
Thanks,
Dan
I am having a problem getting a project file to compile in debug mode. It works fine in release mode, however when I come to compile in debug it gives a whole ream of errors, all LNK2001 and LNK2019, involving unresolved external symbols.
Just to give you an idea of which ones are failing, a few are _memcpy, _malloc, _printf, _CxxThrowException, __RTC_CheckEsp, etc...
There are about 100 unresolved externals in total and my additional dependencies are:
strmiids.lib quartz.lib winmm.lib msacm32.lib olepro32.lib d3dxof.lib dxguid.lib d3dx9dt.lib d3d9.lib libmysql.lib odbc32.lib odbccp32.lib
Thanks,
Dan