On Wed, 2003-11-26 at 08:25, Majorinc, Kazimir wrote:
> This program, built and executed, consistently "has encountered a
> problem and needs to close." It (at least sometimes)does not crash if
> runned from UI editor, and not if built by Windows Icon 9.3.2.
>
> procedure hudi()
> end
>
> procedure main()
> &trace:=-1
> hudi()
> write("Did I survived?")
> end
>
The program behaves correctly under Linux Unicon, so the
problem is Windows related.
Kazimir, does the error occur before or after the output?
If after, try putting a 'return' before the end of main
to see if it's a problem with unknown exit status. (Better,
put an 'exit(0)'...)
--
Steve Wampler <[EMAIL PROTECTED]>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group