Re: [fpc-pascal] showing source linenumbers on exceptions

2005-06-27 Thread Vincent Snijders
Peter Vreman wrote: hi, how can i show source line numbers, when an exception occurs, like sysutils do? ... An unhandled exception occurred at $0040E9B5 : EInOutError : Invalid filename $0040E9B5 TDXF__LOAD, line 271 of dxffile.pas $0040EFFA TDXF__CREATE, line 329 of dxffile.pas $0040F24A

Re: [fpc-pascal] showing source linenumbers on exceptions

2005-06-27 Thread Peter Vreman
> hi, > > how can i show source line numbers, when an exception occurs, like > sysutils do? > ... > An unhandled exception occurred at $0040E9B5 : > EInOutError : Invalid filename > $0040E9B5 TDXF__LOAD, line 271 of dxffile.pas > $0040EFFA TDXF__CREATE, line 329 of dxffile.pas > $0040F24A

[fpc-pascal] www.freepascal.org down

2005-06-27 Thread Florian Klaempfl
www.freepascal.org which servers also svn.freepascal.org, cvs.freepascal.org and the developer mails is currently down because the hard disk with the root partition is broken. No data is lost but things must be reinstalled which is planned to be done on the 28th June CET. www.de.freepascal.org

Re: [fpc-pascal] showing source linenumbers on exceptions

2005-06-27 Thread Gerhard Scholz
Hi, compilation with the parameter -gl should do your job: ppc386 -gl myprogram (if your compiler name is ppc386, else insert your name instead Gerhard -Ursprüngliche Nachricht- Von: "Bartek" <[EMAIL PROTECTED]> An: Gesendet: Montag, 27. Juni 2005 22:51 Betreff: [fpc-pascal] showi

[fpc-pascal] showing source linenumbers on exceptions

2005-06-27 Thread Bartek
hi, how can i show source line numbers, when an exception occurs, like sysutils do? ... An unhandled exception occurred at $0040E9B5 : EInOutError : Invalid filename $0040E9B5 TDXF__LOAD, line 271 of dxffile.pas $0040EFFA TDXF__CREATE, line 329 of dxffile.pas $0040F24A TPAPER__CREATE,

Re: [fpc-pascal] unit testing framework for fpc

2005-06-27 Thread Marc Santhoff
Am Montag, den 27.06.2005, 19:33 +0200 schrieb Michael Van Canneyt: > > On Mon, 27 Jun 2005, Marc Santhoff wrote: > > > Hi, > > > > not long ago there has been some talk about a test framework for object > > pascal on this list. IIRC it was some sort of port of junit to pascal. > > > > Is it in

Re: [fpc-pascal] unit testing framework for fpc

2005-06-27 Thread Dean Zobec
Michael Van Canneyt wrote: >>Where can I find it? >> >> > >It's included with FPC by default. Sources are in fcl/fpcunit. >Just include fpcunit in your source. See the examples for a console demo. > >Lazarus has a special package that allows you to create either a GUI or >a console test applic

[fpc-pascal] how to beeeeep

2005-06-27 Thread Alain Michaud
Hi, Is it still possible to produce a sound from the little speaker that is (was) present in any PC. In Delphi the command was "beep" or "sound(200,2)" or something like that ! I would apreciate if someone could tell me how to do it in FPC/Lazarus. (hopefully there is nothing to install or p

[fpc-pascal] calculating with arbitrary precision

2005-06-27 Thread Pianoman
Hi, I am looking for unit which allows me to calculate with arbitrary precision with real numbers (something like BigInt for integers) for DOS/Windows. I looked up Numerix but this is only for Linux. If you have something which you think I could be interested in please let me know. Pianoman

Re: [fpc-pascal] unit testing framework for fpc

2005-06-27 Thread Michael Van Canneyt
On Mon, 27 Jun 2005, Marc Santhoff wrote: > Hi, > > not long ago there has been some talk about a test framework for object > pascal on this list. IIRC it was some sort of port of junit to pascal. > > Is it in a usable state? Very much so. > Where can I find it? It's included with FPC by de

[fpc-pascal] unit testing framework for fpc

2005-06-27 Thread Marc Santhoff
Hi, not long ago there has been some talk about a test framework for object pascal on this list. IIRC it was some sort of port of junit to pascal. Is it in a usable state? Where can I find it? TIA, Marc P.S.: I resend this mail, the first one got lost. Maybe because I had the first word "test"

Re: [fpc-pascal] Experiences installing FPC 2.0 and Free Pascal for Xcode Integration Kit

2005-06-27 Thread Lance Boyle
Thanks for the helpful comments. On Jun 26, 2005, at 1:44 AM, Jonas Maebe wrote: On 25 Jun 2005, at 03:31, Lance Boyle wrote: When running the installer for Free Pascal for Xcode Integration Kit, there are two cases: (1) The disk image for UPInterfaces is not mounted. The instal