Exit.obj : error LNK2001: unresolved external symbol __imp__InitCommonControls@0不之如何修改
9 个解决方案
#1
add a link to
comctl32.lib
comctl32.lib
#2
错误转为
error LNK2001: unresolved external symbol _main
error LNK2001: unresolved external symbol _main
#3
help
#4
help
#5
你没有main函数
#6
in project->setting-> c++ -> standard, check macro defines.
if _CONSOLE is defined, delete it, and _WINDOWS
in project->setting->link, if find subsystem:console, change to subsystem:windows
if _CONSOLE is defined, delete it, and _WINDOWS
in project->setting->link, if find subsystem:console, change to subsystem:windows
#7
help me
#8
comctl32.lib和commctrl.h,再试试吧!!!
#9
还有prsht.h
#1
add a link to
comctl32.lib
comctl32.lib
#2
错误转为
error LNK2001: unresolved external symbol _main
error LNK2001: unresolved external symbol _main
#3
help
#4
help
#5
你没有main函数
#6
in project->setting-> c++ -> standard, check macro defines.
if _CONSOLE is defined, delete it, and _WINDOWS
in project->setting->link, if find subsystem:console, change to subsystem:windows
if _CONSOLE is defined, delete it, and _WINDOWS
in project->setting->link, if find subsystem:console, change to subsystem:windows
#7
help me
#8
comctl32.lib和commctrl.h,再试试吧!!!
#9
还有prsht.h