C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(4) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(166) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(167) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(186) : error C2440: 'initializing' : cannot convert from 'char [11]' to 'unsigned short [260]'
There is no context in which this conversion is possible
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(243) : error C2440: '=' : cannot convert from 'unsigned short [260]' to 'char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(255) : error C2664: 'CreateFileA' : cannot convert parameter 1 from 'unsigned short [260]' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(378) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(379) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(395) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(396) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(438) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(439) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(453) : error C2440: '=' : cannot convert from 'const unsigned short *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(460) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(461) : warning C4068: unknown pragma
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(471) : error C2664: 'CreateWindowExA' : cannot convert parameter 2 from 'const unsigned short *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\后台截屏\Capture.cpp(484) : warning C4068: unknown pragma
Main.cpp
C:\Documents and Settings\Administrator\桌面\后台截屏\Main.cpp(11) : error C2440: 'initializing' : cannot convert from 'char [8]' to 'unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Documents and Settings\Administrator\桌面\后台截屏\Main.cpp(120) : error C2664: 'UnregisterClassA' : cannot convert parameter 1 from 'unsigned short *' to 'const char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.