On Thu, 18 Aug 2005 07:24:46 +0200
"Carsten Bager" <[EMAIL PROTECTED]> wrote:
> We are moving from another Pascal compiler where this is
> allowed.
> --
Type
txt_typ = packed array[0..1] of char;
Const
txt1: txt_typ = '12';
without the parenthesis should work.
I would also have thought that with all the object formats that GCC emits,
that one of them would be the object format used by VC, in which case using
VC's linker would work.
However, I was able to get a DLL compiled that I could link up and run
(without getting an error that the DLL was missi
Date sent: Thu, 18 Aug 2005 11:48:32 -0600
To: fpc-pascal@lists.freepascal.org
From: "Lowell C. Savage" <[EMAIL PROTECTED]>
Subject:Re: [fpc-pascal] Linking Pascal code to C/C++ static
libraries
under Windows
Send reply to: