|
-
July 19th, 2010, 05:54 PM
#1
ERROR_CLASS_DOES_NOT_EXIST 1411 (0x583)
Hello, I''m trying to make a window, it worked fine, but now it dont.
I'm getting the error, I got it by using GetLAstError(), this is the code:
Code:
MapleActive = CreateWindowEx(WS_EX_LEFT,TEXT("static"), TEXT("MapleStory Status:"), WS_CHILD | WS_VISIBLE | SS_LEFT ,150, 10, 140, 18,hWnd, 0, hInstance,NULL);
ERROR_CLASS_DOES_NOT_EXIST
1411 (0x583)
that error, how can i solve? O_o I'm not even using a class, and im sure it worked fine.
thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|