[clean-list] okNotice crashes

Diederik van Arkel diederik@cs.kun.nl
Thu, 20 Mar 2003 14:15:28 +0100


At 12:18 PM 3/20/2003 +0000, you wrote:
>Hi all,
>I am modifying the WinEditor project (from the Clean GUI source). In the 
>file Editor\EdClient.icl I am calling
>
>(appEnv (okNotice [result]))
>
>along the examples of CopyClipboard and so on. result is a String. It 
>often works as expected, but every now and again it crashes, gives me a 
>blank DOS window and dies on me.
>
>Did this happen to anybody before? Is it okNotice? Or is it in the 
>function that generates result?
>
>Cheers,
>Stephan

Hi Stephan,

I'd suggest turning on stack checks and stack traces in the project options 
and look what kind of stack
trace you get when it crashes. If that doesn't give you a clue you might 
want to post some of the code
you are using.

Regards,

Diederik van Arkel