|
奇怪了,VC6这是和krnln_static冲突了嘛
[ 23:27:57 ] 开始静态链接...
[ 23:27:57 ] "D:\工作\5.9\lib\***\VC6\Bin\LINK.EXE" "C:\Users\Administrator\Desktop\演示.obj" "D:\工作\5.9\static_lib\krnln_static.lib" "D:\工作\5.9\static_lib\imgui_app_static.lib" kernel32.lib user32.lib gdi32.lib winmm.lib msimg32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NODEFAULTLIB:"LIBC.lib" /NODEFAULTLIB:"LIBC.LIB" /NODEFAULTLIB:"EAPI_STATIC.LIB" /NODEFAULTLIB:"mysql_static.lib" /LARGEADDRESSAWARE "C:\Users\Administrator\Desktop\演示.res" /LIBPATH:"D:\工作\5.9\static_lib" /nologo /machine:I386 /subsystem:windows /out:"C:\Users\Administrator\Desktop\演示.exe"
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiAppListener_OnInitialize_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiAppListener_OnPaint_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiApp_Run_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiAppListener_Create_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiAppListener_Destroy_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_StyleColorsLight_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImVec4_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImVec4_Destroy_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_ShowDemoWindow_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiApp_BeginMain_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_u8_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_Text_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_SameLine_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_TextColored_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_IM_COL32_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_PushStyleColor_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImVec2_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_Button_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImVec2_Destroy_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_PopStyleColor_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_PushStyleVar_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_PopStyleVar_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_BeginChild_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_DragFloat_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_Dummy_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_EndChild_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_Checkbox_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_RadioButton_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiInputTextCallback_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_InputText_ExecuteCmd
[ 23:27:57 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_InputTextMultiline_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiApp_EndMain_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiInputTextCallbackData_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiApp_Create_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_Create_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImVec4_Create_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGuiApp_Destroy_ExecuteCmd
[ 23:27:58 ] 演示.obj : error LNK2001: unresolved external symbol _E_ImGui_Destroy_ExecuteCmd
[ 23:27:58 ] C:\Users\Administrator\Desktop\演示.exe : fatal error LNK1120: 38 unresolved externals
[ 23:27:58 ] 静态连接失败
|
|