error LNK2019 無法解析的外部符號

2022-08-31 13:15:09 字數 652 閱讀 3828

編譯結果:

1>test.obj : error lnk2019: 無法解析的外部符號 __imp____glutinitwithexit@12,該符號在函式 _glutinit_atexit_hack@8 中被引用

1>test.obj : error lnk2019: 無法解析的外部符號 __imp____glutcreatewindowwithexit@8,該符號在函式 _glutcreatewindow_atexit_hack@4 中被引用

1>c:\users\chjun\desktop\opengltest\debug\opengltest.exe : fatal error lnk1120: 2 個無法解析的外部命令

解決方法:

1.工程屬性->配置(設為『所有配置』)->配置屬性->c/c++->預處理器定義(設為『glut_building_lib』)

2.工程屬性->配置(設為『活動(debug)』)->鏈結器->系統->子系統(設為『控制台(/subsystem:console)』)

error LNK2019 無法解析的外部符號

在mfc中編譯時出現了以下錯誤 提示為error lnk2019 無法解析的外部符號 wchar t stdcall com util convertstringtobstr char const 1。我先介紹一下,vs編譯器中的乙個選項 zc wchar t wchar t 是本機型別 在vc6。...

error LNK2019 無法解析的外部符號

osprocessdlg.obj error lnk2019 無法解析的外部符號 public struct pcb thiscall clinkqueue initialpcb class atl cstringt int,int initialpcb clinkqueue qaepaupcb v...

error LNK2019 無法解析的外部符號

無法解析的外部符號 symbol 是指該符號在函式 function 中被引用,在function中找到了未定義的外部符號 symbol 若要解決此錯誤,請提供符號定義或移除引用它的 3.對於從早期版本公升級到當前版本的 c 專案,如果定義了 unicode 並且入口點為 winmain,需要將入口...