Re: Unusual Way

2012-02-22 Thread Ray Horsley
Very informative Dar. I'll check into the operating system and take a close look at the externals. Thanks, Ray On Feb 22, 2012, at 5:03 PM, Dar Scott wrote: > I got to thinking that was not very helpful. Here are some more details. > The "runtime" mentioned is the Visual Studio C runtime l

Re: Unusual Way

2012-02-22 Thread Dar Scott
I got to thinking that was not very helpful. Here are some more details. The "runtime" mentioned is the Visual Studio C runtime library, not the LiveCode runtime. Even then, the sentence is goofy It essentially means that abort() has been called using an older runtime library, probably in a

Re: Unusual Way

2012-02-22 Thread Dar Scott
I can think of a couple causes: 1. Some line in your code includes this: quit "broccoli" 2. There is a problem with the realtime C library used to build an external or even LiveCode. Perhaps there is a mismatch of some sort. After some consideration, I think it is more likely the se