1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
error C2501: 'pfn_TestFunction' : missing storage-class or type specifiers
error C2373: 'pfn_TestFunction' : redefinition; different type modifiers
see declaration of 'pfn_TestFunction'
error C2440: 'initializing' : cannot convert from 'int (__stdcall *)(int)' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
error C2143: syntax error : missing ';' before '*'
error C2501: 'float64' : missing storage-class or type specifiers
error C2501: 'tab' : missing storage-class or type specifiers
error C2440: 'initializing' : cannot convert from 'int (__stdcall *)(int)' to 'int *'
There is no context in which this conversion is possible
error C2143: syntax error : missing ';' before 'if'
error C2143: syntax error : missing ';' before '{'
error C2447: missing function header (old-style formal list?) |
Partager