Re: [Lazarus] Exception hidden ?

2009-12-25 Thread Brad Campbell
Hans-Peter Diettrich wrote: Brad Campbell schrieb: On Windows you can uncheck the option (see above), to get a GUI application with an attached console. A very nice feature for debugging, not available on most other platforms. Actually not _required_ on other platforms. Other platforms let y

Re: [Lazarus] Exception hidden ?

2009-12-25 Thread Hans-Peter Diettrich
Brad Campbell schrieb: On Windows you can uncheck the option (see above), to get a GUI application with an attached console. A very nice feature for debugging, not available on most other platforms. Actually not _required_ on other platforms. Other platforms let you run an application from a

Re: [Lazarus] Exception hidden ?

2009-12-25 Thread Zaher Dirkey
On Sat, Dec 26, 2009 at 1:27 AM, Brad Campbell wrote: > Hans-Peter Diettrich wrote: > >> On Windows you can uncheck the option (see above), to get a GUI >> application with an attached console. A very nice feature for debugging, not >> available on most other platforms. > > Actually not _required_

Re: [Lazarus] Exception hidden ?

2009-12-25 Thread Brad Campbell
Hans-Peter Diettrich wrote: On Windows you can uncheck the option (see above), to get a GUI application with an attached console. A very nice feature for debugging, not available on most other platforms. Actually not _required_ on other platforms. Other platforms let you run an application fr

Re: [Lazarus] Line Endings

2009-12-25 Thread Vincent Snijders
Benito van der Zander schreef: Hi, Is there a way to preserve the line endings of edited files? Thanks for the patch in issue 15420. :-) Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mai

Re: [Lazarus] Exception hidden ?

2009-12-25 Thread JoshyFun
Hello Lazarus-List, Friday, December 25, 2009, 12:02:33 PM, you wrote: >> B> Just run the program from commandline (in Windows uncheck Win32 GUI >> B> application in Project -> Compiler Options -> Linking, or put >> B> {$APPTYPE CONSOLE} at top of your .lpr file) >> But my program is not a consol

Re: [Lazarus] Exception hidden ?

2009-12-25 Thread JoshyFun
Hello Lazarus-List, Friday, December 25, 2009, 2:48:12 AM, you wrote: >> I expect some kind of "visible" error, with a possible backtrace to >> catch where the application crashes. PI> Can you create a small test and attach it to the fpc bug tracker? Sure, I'll do it after lunch. -- Best regar

Re: [Lazarus] Exception hidden ?

2009-12-25 Thread Hans-Peter Diettrich
JoshyFun schrieb: B> Just run the program from commandline (in Windows uncheck Win32 GUI B> application in Project -> Compiler Options -> Linking, or put B> {$APPTYPE CONSOLE} at top of your .lpr file) But my program is not a console application. It does not show any kind of error (stdout does

Re: [Lazarus] csOpaque seems to be broken in 0.9.29

2009-12-25 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: Some time ago I already suggested to introduce a new container or layout layer, between TControl and TWinControl. A few months ago I started a port of the Java MiG layout manager. Unfortunately work kept me very busy so I haven't had time to continue my efforts. Anyw

Re: [Lazarus] csOpaque seems to be broken in 0.9.29

2009-12-25 Thread Graeme Geldenhuys
2009/12/23 Hans-Peter Diettrich : > > Some time ago I already suggested to introduce a new container or layout > layer, between TControl and TWinControl. A few months ago I started a port of the Java MiG layout manager. Unfortunately work kept me very busy so I haven't had time to continue my effo