"David C. Tremmel" wrote:
>
> I'm hoping that someone out there can help me narrow down a problem I
> have with a project I'm working on.
>
> I have a (large, complicated) project that I am building as a
> standalone. I'm using v. 2.2.5, and have worked mostly on a Mac (G3
> w/ OS 8.6, G4 w/ OS 9), though I've tested it out on a WinNT machine
> as well. The program works fine on both platforms in the development
> environment. However, after I build the respective standalones, the
> WinNT version works fine but the Mac version always gives me a Type 3
> error warning after I quit (no errors occur while I'm using the
> program). I've figured out what subset of things I have to do to
> create this error, but I haven't got a good idea of what to look for
> within that code. Has anyone else experience something similar &
> have some insights as to what sort of problem I should be on the
> lookout for?
>
> TIA,
>
> David Tremmel
>
> Archives: http://www.mail-archive.com/metacard%40lists.best.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
Try to catch the "quit" message and replace it with :
on CleanQuit
wait 5 ticks
quit
end CleanQuit
(Not recently tested, yet using 2.3 on Linux)
Regards, Pierre Sahores
CRDP de l'academie de Creteil
ASP, VPN & BTB servers design
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.