Re: [fpc-pascal] cdecl or stdcall on WinCE for ARM

2007-11-23 Thread Adrian Veith
Florian Klaempfl schrieb: Adrian Veith schrieb: Hi, what is the right calling convention for using system libraries on wince for ARM ? I wrote a pascal wrapper for a system dll and used stdcall for the calling convention - and the program worked. I changed to cdecl - and the program works a

Re: [fpc-pascal] cdecl or stdcall on WinCE for ARM

2007-11-23 Thread Florian Klaempfl
Adrian Veith schrieb: > Hi, > > what is the right calling convention for using system libraries on wince > for ARM ? > > I wrote a pascal wrapper for a system dll and used stdcall for the > calling convention - and the program worked. > I changed to cdecl - and the program works as well. > > In

Re: [fpc-pascal] cdecl or stdcall on WinCE for ARM

2007-11-23 Thread Henry Vermaak
On 23/11/2007, Adrian Veith <[EMAIL PROTECTED]> wrote: > Hi, > > what is the right calling convention for using system libraries on wince > for ARM ? > > I wrote a pascal wrapper for a system dll and used stdcall for the > calling convention - and the program worked. > I changed to cdecl - and the

[fpc-pascal] cdecl or stdcall on WinCE for ARM

2007-11-23 Thread Adrian Veith
Hi, what is the right calling convention for using system libraries on wince for ARM ? I wrote a pascal wrapper for a system dll and used stdcall for the calling convention - and the program worked. I changed to cdecl - and the program works as well. In my opinion the program should have cr

Re: [fpc-pascal] Lazarus + Qt4 in FreeBSD

2007-11-23 Thread Mattias Gaertner
On Thu, 22 Nov 2007 13:50:59 -0200 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi! > > How to build lazarus with Qt4?? I set the interface of lazarus to Qt > and try rebuild only LCL, but when it is rebuilding, it stops because > it don't found qt4.pas. > > I'm doing all steps of wiki > (ht

Re: [fpc-pascal] 0.9.24 released

2007-11-23 Thread S.Anıl Yılmaz
Rainer Stratmann wrote: I wanted to use, but find it difficult to install. Runs it with KDE? I installed sidux www.sidux.com Runs it with KDE Desktop of sidux? Is there a Distribution with build in Lazarus? kind regards Rainer Regards, Bernd. ___ I

[fpc-pascal] Lazarus + Qt4 in FreeBSD

2007-11-23 Thread [EMAIL PROTECTED]
Hi! How to build lazarus with Qt4?? I set the interface of lazarus to Qt and try rebuild only LCL, but when it is rebuilding, it stops because it don't found qt4.pas. I'm doing all steps of wiki (http://wiki.lazarus.freepascal.org/Qt_Interface).