scatman
March 7, 2002, 11:33 pm
GRRR ive been trying to find out for a while now how to use the findwindow() function but i can never find good sites that help.
my code so far is:
#include <winuser.h>
int main()
{
FindWindow(NULL, "Ultima Online");
return 0;
}
when i execute it, it returns these errors:
error C2146: syntax error : missing ';' before identifier 'HDWP'
fatal error C1004: unexpected end of file found
Any ideas anyone? Thanks.
my code so far is:
#include <winuser.h>
int main()
{
FindWindow(NULL, "Ultima Online");
return 0;
}
when i execute it, it returns these errors:
error C2146: syntax error : missing ';' before identifier 'HDWP'
fatal error C1004: unexpected end of file found
Any ideas anyone? Thanks.