Обсуждение: Failed to compile ODBC by source code

Поиск
Список
Период
Сортировка

Failed to compile ODBC by source code

От
张元超
Дата:
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.