WindowProc
Managed C++/CLI
2
Posts
2
Posters
6
Views
1
Watching
-
LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) whenever i use this in managed c++ i get a compile error of calling convention redefinition from __clrcall to __Stdcall ignored. is there another way of doing this in managed c++ X|
-
LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) whenever i use this in managed c++ i get a compile error of calling convention redefinition from __clrcall to __Stdcall ignored. is there another way of doing this in managed c++ X|
smooth wrote: is there another way of doing this in managed c++
virtual void WndProc( Message* m );
Nish
Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]