0
I need help, what's wrong with this code?
CreateWindow(TEXT("button"), TEXT("KoniecTury"), WS_VISIBLE | WS_CHILD, 10, 10, 50, 25, HWND, (HMENU) 1, NULL, NULL); It says ( expected primary-expression before',' token ) in the first line of that CreateWindow thing c++ btw Someone help plzzzzzz
2 Answers
+ 1
What is CreateWindow? A function? From which library? Is it included? Is this a function of yours?
+ 1
#include <windows. h>