1. Shrouding Error
- Posted by "Mike W." <mewever at hotmail.com> Apr 15, 2003
- 457 views
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?
2. 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
3. Re: Shrouding Error
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Apr 16, 2003
- 435 views
On Tue, 15 Apr 2003 13:59:02 +0000, "Mike W." <mewever at hotmail.com> wrote: >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? If you want to know what function Bfq() is, use shroud or bind with the -list option and have a look in deleted.txt Pete