Maybe the transforms cause this problem like vitek wrote.
I will see for it.
Edit: I've tried it and it works now! Thank you!
Code: Select all
#include <windows.h>
void test()
{
}
SetTimer(hwnd, NULL, 1000, test);
int main()
{
}
Code: Select all
expected constructor, destructor, or type conversion before '(' token
expected `,' or `;' before '(' token
[Build Error] [main.o] Error 1