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
> 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
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
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
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,
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
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
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
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
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
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"
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
12 matches
Mail list logo