Re: windows error
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Aug 14, 2000
- 574 views
I've run across this quite a lot while wrapping things. It's usually been the result of incorrectly defined structures or freeing memory before it should be. What controls are in use when you get this? Also, what calls to win32lib routines are made before this happens? What version of Internet Explorer do you have? Unfortunately, this could be coming from an API function or from within win32lib itself. Matt Lewis -----Original Message----- From: ©koda I am writing windows program. Now it often displays this alert message box: Application Error: C:\Euphoria\bin\exw.exe The instruction at 8018ead3 referenced memory at ffffffff The memory could not be read from Click on OK to terminate the application It must be related with some API (dll) function. But it only happens if i add *any* command, like atom1=1, or printf(), or anything. when i delete this new command, error is gone. Strage!:? I have no ideas why this shit happens. Have you any?