Fred O'Leary
2004-07-09 15:29:51 UTC
Hi,
My plugin invokes IExodusController::showToast( "A Messsage", (long)m_hWnd, 1 );
The toast popup shows OK but when I click on it I get the following error.
"Access violation at address 00549F53 in module 'Exodus.exe'..."
I assume this is a result of trying to bring m_hWnd to the top. m_hWnd is a valid Win32 HWND. Does anyone know if there are any particular requirements of the HWND, (WS_XXX styles etc)
Thanks in advance
-Fred
My plugin invokes IExodusController::showToast( "A Messsage", (long)m_hWnd, 1 );
The toast popup shows OK but when I click on it I get the following error.
"Access violation at address 00549F53 in module 'Exodus.exe'..."
I assume this is a result of trying to bring m_hWnd to the top. m_hWnd is a valid Win32 HWND. Does anyone know if there are any particular requirements of the HWND, (WS_XXX styles etc)
Thanks in advance
-Fred