Kristofer Skaug ha scritto:
Hi all,
3) Is there an FPC equivalent of DUnit? I have more than 150KLines' worth of
unit tests that would be a great help in the migration exercise, if I could
find a way to re-use them...
yes, fpcunit is the answer:
http://www.freepascal.org/docs-html/fpcunit.pdf
On 06 May 2008, at 17:37, Kristofer Skaug wrote:
1) Have been reading the FAQs and other things but cannot seem to
find the
referenced sections in the FPC manuals that contain Delphi vs FPC
language
(in)compatability notes. The RTL manual doesn't appear to load from
the FPC
website.
The
Hi all,
I've taken a stroll into Lazarus-/FPC-land, trying to port some Delphi units
that have served me well for a long time.
Here are my inevitable newbie problems:
1) Have been reading the FAQs and other things but cannot seem to find the
referenced sections in the FPC manuals that contain De