Please help me so i can stop banging my head against the wall.....

Started by
12 comments, last by TheNerd Tk421 20 years, 8 months ago
I think ill retry that tutorial.. form step 1...again
Advertisement
in the tutorial... the one i posted above... this is in there:
typedef struct _WNDCLASSEX {    UINT    cbSize;    UINT    style;    WNDPROC lpfnWndProc;    int     cbClsExtra;    int     cbWndExtra;    HANDLE  hInstance;    HICON   hIcon;    HCURSOR hCursor;    HBRUSH  hbrBackground;    LPCTSTR lpszMenuName;    LPCTSTR lpszClassName;    HICON   hIconSm;} WNDCLASSEX;
is it needed?...
Yes and no. You use it but you don''t define it. It is part of the API. He was probably just demonstrating what the structure looks like.
"When you die, if you get a choice between going to regular heaven or pie heaven, choose pie heaven. It might be a trick, but if it's not, mmmmmmm, boy."
How to Ask Questions the Smart Way.
ok
thanx

This topic is closed to new replies.

Advertisement