I would rather say that you have used forward declared structure MSG, so now in cpp you have to include header file with definition of this structure (it is not related at all with windows.h).
I would rather say that you have used forward declared structure MSG, so now in cpp you have to include header file with definition of this structure (it is not related at all with windows.h).
libed (18th July 2011)
Thats what I meantI would rather say that you have used forward declared structure MSG, so now in cpp you have to include header file with definition of this structure
MSG is defined in windows.h (winuser.h to be precise, but its included in windows.h)it is not related at all with windows.h.
Thank You guy's. Now its working fine.
Bookmarks