Erro com FwH 707

Post Reply
User avatar
Ale SB
Posts: 248
Joined: Wed Jan 11, 2006 11:30 am
Location: Campo Grande-MS / Brasil

Erro com FwH 707

Post by Ale SB »

Que erro es esto:
Com FwH 705...no acontecia isto.

Code: Select all

Error: Unresolved external 'SQLAllocEnv' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLAllocConnect' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLExecDirect' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLDriverConnect' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLConnect' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLAllocStmt' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLDescribeCol' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLError' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLPrepare' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLFreeStmt' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLDisconnect' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLFreeConnect' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLFreeEnv' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLNumResultCols' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLFetch' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLGetInfo' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLSetConnectOption' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLSetStmtOption' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLGetConnectOption' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLGetStmtOption' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLSetCursorName' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLGetCursorName' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLRowCount' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLCancel' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLTransact' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLSetParam' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLExecute' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLParamData' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLPutData' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLExtendedFetch' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLSetPos' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLPrimaryKeys' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLGetDiagRec' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLStatistics' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLColumns' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLSpecialColumns' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLTables' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Error: Unresolved external 'SQLGetData' referenced from Y:\FWH\LIB\FIVEHC.LIB|ODBC32X
Saludos
aleseribeli@hotmail.com

FwH, Hb Svn, ADS 8.1, ADS 10, Pelles C, FwPPC, MsVc 2008, MsVc 2010
"Conhecimento, você não subtrai quando divide; mas soma e multiplica."
**---Mário Persona---**
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Alessandro,

You have to link ODBC32.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply