Re: Shrouding Error
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 15, 2003
- 440 views
----- Original Message ----- From: "Mike W." <mewever at hotmail.com> To: "EUforum" <EUforum at topica.com> Subject: Shrouding Error > > I have an app that was designed using IDE. It runs fine as a standard > Euphoria program (.exw file). It shrouds and binds without any error > messages. But when I try to run the shrouded or bound code, I get the > following error every time: > > C:\EUPHORIA\Source\ScriptS\ScriptS.exe:5660 in function Bfq() > A machine-level exception occurred during execution of this statement > ... called from C:\EUPHORIA\Source\ScriptS\ScriptS.exe:8526 > --> see ex.err > > I have no idea what this function is. Can anyone help me with this? This sounds like a problem that was introduced with Euphoria 2.4 and win32lib. I've fixed win32lib to be more cooperative with Euphoria 2.4 and I suggest you try using the updated file... http://www.users.bigpond.com/ddparnell/euphoria/tk_mem.e Copy this file into the same folder that you installed win32lib into, and retry shrounding/binding it again. This may or may not work, but worth a try. ---------------- cheers, Derek Parnell