19 Jun
2006
19 Jun
'06
10:40 p.m.
"Ge van Geldorp" <ge(a)gse.nl> wrote:
- GWL_HINSTANCE is not defined on Win64, hInstance is documented as not required in CreateWindowEx calls
- HINSTANCE hInstance = (HINSTANCE)GetWindowLong(hWnd, GWL_HINSTANCE); + HINSTANCE hInstance;
Please use HINSTANCE hInstance = GetWindowLongPtr(hWnd, GWLP_HINSTANCE); instead. -- Dmitry.
7205
Age (days ago)
7205
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov