Thread: Failed to compile ODBC by source code

Failed to compile ODBC by source code

From
张元超
Date:
Hi,
    I got a problem when i compiled ODBC by Microsoft Visual Studio Express 2012 from Windows Desktop,the errors like this:

LINK : warning LNK4199: /DELAYLOAD:libeay32.dll ignored; no imports found from libeay32.dll
LINK : warning LNK4199: /DELAYLOAD:XOLEHLP.DLL ignored; no imports found from XOLEHLP.DLL
setup.obj : error LNK2019: unresolved external symbol _CALL_GetTransactionObject referenced in function _test_connection
setup.obj : error LNK2019: unresolved external symbol _CALL_ReleaseTransactionObject referenced in function _test_connection

Anyone can help me ?Thanks very much.