Quote:
--------------------Configuration: Cpp1 - Win32 Debug--------------------
Compiling...
Cpp1.cpp
c:\program files\microsoft visual studio\myprojects\test1\cpp1.cpp(7) : error C2143: syntax error : missing ';' before '__stdcall'
c:\program files\microsoft visual studio\myprojects\test1\cpp1.cpp(7) : error C2501: 'LONG_PTR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\myprojects\test1\cpp1.cpp(34) : error C2440: '=' : cannot convert from 'int (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long)' to 'long (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,long
)'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
Error executing cl.exe.
Cpp1.exe - 3 error(s), 0 warning(s)
any ideas what this is?