Click to See Complete Forum and Search --> : WM_NCCREATE undefined problem!


Walter Lee
July 1st, 2002, 05:23 AM
When I compile my project, I get a "error C2065: 'WM_NCCREATE' : undeclared identifier" error.

But in the MSDN, Topic "CWnd::CreateEx", I see this --
"When CreateEx executes, Windows CE sends the WM_GETMINMAXINFO, WM_NCCREATE, WM_NCCALCSIZE, and WM_CREATE messages to the window."

My enviroment -- Windows 2000 Professional / eVC++ 4.0

How can I remove it?
thx in advance!

Best Regards,

undiwahn
July 10th, 2002, 04:32 PM
I don't think the NCCREATE messages are sent on a WinCE platform -- so they simply arn't defined. You'll have to find another way to accomplish what it is you want to do.