Re: PDF display
- Posted by bernie Jul 11, 2009
- 1142 views
lockiedownunder said...
Sometimes i'm so dumb.
Ok now if I try to run acroview I get the following error
D:\EUPHORIA\win32\Include\Win32Lib.ew:24306 in function MessageProcessor() A machine-level exception occurred during execution of this statement pSource = -2761 hWnd = 7276194 iMsg = 5 wParam = 0 lParam = 27656816 id = 3 lHandledEvent = 15 lTemp = 1 result = 0 lUserReturn = <no value> ... called from D:\EUPHORIA\win32\Include\Win32Lib.ew:24343 in function WndProc() hWnd = 7276194 iMsg = 5 wParam = 0 lParam = 27656816 ^^^ call-back from Windows
If pSource is suppose to be a pointer it will cause
machine level exception because it can NOT be a negative value.
The above show it to be pSource = -2761