Re: SOLUTION: Own Compiled Program Immediately Crashes on Startup

2007-07-20 Thread Hans Streibel
Jove is an Emacs like editor. As such it uses the key sequence CONTROL-X CONTROL-C (^X^C) for leaving the editor. In Cygwin however ^C still sends the interrupt signal to the editor. However the keystroke ^C should have been changed to not sending that signal. On most platforms that

Re: SOLUTION: Own Compiled Program Immediately Crashes on Startup

2007-07-20 Thread Igor Peshansky
On Thu, 19 Jul 2007, Brian Dessent wrote: Hans Streibel wrote: Jove is an Emacs like editor. As such it uses the key sequence CONTROL-X CONTROL-C (^X^C) for leaving the editor. In Cygwin however ^C still sends the interrupt signal to the editor. However the keystroke ^C should have been

SOLUTION: Own Compiled Program Immediately Crashes on Startup

2007-07-19 Thread Hans Streibel
On Wed, Jul 18, 2007 at 08:29:24AM -0700, Brian Dessent wrote: The problem occurs when you have a data structure (typically a struct) declared const that contains any reference to a variable that is imported from another DLL. A fuller explanation is

Re: SOLUTION: Own Compiled Program Immediately Crashes on Startup

2007-07-19 Thread Brian Dessent
Hans Streibel wrote: Jove is an Emacs like editor. As such it uses the key sequence CONTROL-X CONTROL-C (^X^C) for leaving the editor. In Cygwin however ^C still sends the interrupt signal to the editor. However the keystroke ^C should have been changed to not sending that signal. On most