ucgui版本3.98,软件vc6.0
提示错误 --------------------Configuration: SimulationShip - Win32 Release--------------------Linking...
MainTask.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_Delete
MainTask.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_CopyToLCD
MainTask.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_Select
MainTask.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_Create
LCD_API.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV__APIList8
WM.obj : error LNK2001: unresolved external symbol _GUI_MEMDEV_Draw
Output\WIN32_MSVC60\Release/Simulation.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
Creating browse info file...
Simulation.exe - 7 error(s), 0 warning(s)
上述错误中所提到的函数都以加入了工程,求解决。 |