Re: [fpc-pascal] Array of Char

2005-08-18 Thread John Coppens
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.

Re: [fpc-pascal] Linking Pascal code to C/C++ static libraries under Windows

2005-08-18 Thread Lowell C. Savage
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

Re: [fpc-pascal] Linking Pascal code to C/C++ static libraries under Windows

2005-08-18 Thread Tomas Hajny
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: