hi,
i've just downloaded fpc198 and tried the following out. (there was a bug
with the stack in fpc)
//--
program bug2;
uses sysutils;
type
tmmxint =array[0..3] of smallint;
const
x0 :tmmxint=(0,0,0,0);
va
Marc Santhoff wrote:
Am Mo, den 07.03.2005 schrieb Koenraad Lelong um 22:36:
Hi,
I'm trying to make an interface to a kind of library, but I'm stuck. Any
pointers are welcome.
There is a C-header file, but this is common for a number of C-modules.
If I translate (h2pas) this file, and use it, the
On Tue, 8 Mar 2005, Koenraad Lelong wrote:
> Marc Santhoff wrote:
> > Am Mo, den 07.03.2005 schrieb Koenraad Lelong um 22:36:
> >
> > > Hi,
> > > I'm trying to make an interface to a kind of library, but I'm stuck.
> > > Any pointers are welcome.
> > > There is a C-header file, but this is comm
At 21:15 8-3-2005, you wrote:
hi,
i've just downloaded fpc198 and tried the following out. (there was a bug
with the stack in fpc)
//--
program bug2;
uses sysutils;
type
tmmxint =array[0..3] of smallint;
const
Hi,
We are porting CLX to FPC. You can see a first snapshot here:
http://sourceforge.net/project/screenshots.php?group_id=116605
The use of the BitBtn shows that we dealt with {$R QButtons.res}
The code will be available at:
http://sourceforge.net/projects/qtforfpc/
There is still alot of work t
Hello Den,
DJ> The FPC Wiki shows someone else is busy at it too,
DJ> any cooperation would be great.
Replied to off-list.
Simon
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Am Di, den 08.03.2005 schrieb Koenraad Lelong um 21:51:
> Marc Santhoff wrote:
> > Am Mo, den 07.03.2005 schrieb Koenraad Lelong um 22:36:
> >
> >>Hi,
> >>I'm trying to make an interface to a kind of library, but I'm stuck. Any
> >>pointers are welcome.
> >>There is a C-header file, but this is c