2011-11-21 168 views
1

我试图使我的第一个Windows窗体应用程序。我试图建立一个SQL连接,所以我插入了我的SQL函数,它在控制台应用程序中完美地工作。我重新编译了一下,但现在,我正在接收链接器错误,我不知道为什么。Windows窗体应用程序中的链接器错误

有人可以帮助我,我做错了什么?

谢谢!

误差修改:

Error 3 error LNK2028: unresolved token (0A000023) "extern "C" short __stdcall SQLGetData(void *,unsigned short,short,void *,long,long *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 4 error LNK2028: unresolved token (0A000024) "extern "C" short __stdcall SQLFetch(void *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 5 error LNK2028: unresolved token (0A000025) "extern "C" short __stdcall SQLRowCount(void *,long *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 6 error LNK2028: unresolved token (0A000026) "extern "C" short __stdcall SQLNumResultCols(void *,short *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 7 error LNK2028: unresolved token (0A000027) "extern "C" short __stdcall SQLDisconnect(void *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 8 error LNK2028: unresolved token (0A000028) "extern "C" short __stdcall SQLFreeHandle(short,void *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 9 error LNK2028: unresolved token (0A000029) "extern "C" short __stdcall SQLExecDirectA(void *,unsigned char *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 10 error LNK2028: unresolved token (0A00002A) "extern "C" short __stdcall SQLSetStmtAttrW(void *,long,void *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 11 error LNK2028: unresolved token (0A00002B) "extern "C" short __stdcall SQLDriverConnectA(void *,struct HWND__ *,unsigned char *,short,unsigned char *,short,short *,unsigned short)" ([email protected]@[email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 12 error LNK2028: unresolved token (0A00002C) "extern "C" short __stdcall SQLSetConnectAttrW(void *,long,void *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 13 error LNK2028: unresolved token (0A00002D) "extern "C" short __stdcall SQLSetEnvAttr(void *,long,void *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 14 error LNK2028: unresolved token (0A00002E) "extern "C" short __stdcall SQLAllocHandle(short,void *,void * *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 15 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLGetData(void *,unsigned short,short,void *,long,long *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 16 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLFetch(void *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 17 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLRowCount(void *,long *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 18 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLNumResultCols(void *,short *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 19 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLDisconnect(void *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 20 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLFreeHandle(short,void *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 21 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLExecDirectA(void *,unsigned char *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 22 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLSetStmtAttrW(void *,long,void *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 23 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLDriverConnectA(void *,struct HWND__ *,unsigned char *,short,unsigned char *,short,short *,unsigned short)" ([email protected]@[email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 24 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLSetConnectAttrW(void *,long,void *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 25 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLSetEnvAttr(void *,long,void *,long)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 26 error LNK2019: unresolved external symbol "extern "C" short __stdcall SQLAllocHandle(short,void *,void * *)" ([email protected]@[email protected]) referenced in function "private: bool __clrcall Test_WindowsForm::Form1::ExecuteSQLCommand(void)" ([email protected]@[email protected]@$$FA$AAM_NXZ) Test_WindowsForm.obj

Error 27 fatal error LNK1120: 24 unresolved externals D:\testVS2008\Test_WindowsForm\Debug\Test_WindowsForm.exe

+0

如果您已经在使用.NET,为什么不使用[.NET的SQL设施](http://msdn.microsoft.com/zh-cn/library/system.data。sqlclient.aspx)? – ildjarn

+0

@ildjarn:你能告诉我一个例子吗? – kampi

+0

['SqlConnection'](http://msdn.microsoft.com/zh-cn/library/system.data.sqlclient.sqlconnection.aspx),[''SqlCommand'](http://msdn.microsoft.com /en-us/library/system.data.sqlclient.sqlcommand.aspx)等docs都有大量的例子... – ildjarn

回答

相关问题