Create window method of the class CWindowImpl causing crash in application

  • Thread starter Thread starter Prasad Bhadakwan
  • Start date Start date
P

Prasad Bhadakwan

Guest
Hi Team,

I am using Create window method of the class CWindowImpl in C++ application (Application is build using Visual studio 6.0 and running on Windows 10). Below is my calling format for the method.

This call causes the application to crash,

m_hmyWnd = Create(::GetDesktopWindow(), rect, NULL, WS_CHILD);


GetDesktopWindow() when called independently is working well. Can you please help me to identify the issue?


Thank you,

Prasad


Prasad B

Continue reading...
 
Back
Top