Linker Error -
12-07-2009
, 01:33 PM
I am using Visual C++ 6 to compile a .DLL that uses embeded SQL with
an ASA 10 database. When I compile in release mode, I don't get any
errors. However, when I compile in debug mode I get the following
error:
DBLIBTM.LIB(sqlcadat.obj) : fatal error LNK1103: debugging information
corrupt; recompile module
Anyone know how to solve this error?
Thanks,
Charles |