[fpc-pascal] IDE problem

2009-05-31 Thread Graham Benyon-Tinker
I have recently installed version 2.2.4, and now I have a problem with the IDE. (Operating system Windows XP) If I launch fp directly, IDE opens in a window with 80x80 display, and I can open a previously created source file within this window, and it all works fine. BUT if I click on the source f

Re: [fpc-pascal] IDE problem

2009-05-31 Thread Marco van de Voort
In our previous episode, Graham Benyon-Tinker said: > I have recently installed version 2.2.4, and now I have a problem with the > IDE. > (Operating system Windows XP) > If I launch fp directly, IDE opens in a window with 80x80 display, and I can > open a previously created source file within thi

Fwd: [fpc-pascal] IDE problem

2009-05-31 Thread Jonas Maebe
Forwarding to the original poster, since he's not subscribed to the mailing list. To the original poster: please always mention the above fact (or set a reply-to field), because otherwise people who reply have no idea that you won't see their message (unless they are, like me, a moderator o

[fpc-pascal] DirectFB for FPC beta tarball

2009-05-31 Thread Roland Schaefer
Hello. There wasn't much feedback to our previous anouncement. Anyway, now there is an FPC-DirectFB tarball which can be downloaded from our SourceForge page: http://sourceforge.net/projects/wiseslap/ Please have DFB 1.0.1 or higher installed. One sample program is included. The known major bugs o

Re: [fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-31 Thread Coco Pascal
Marco van de Voort schreef: In our previous episode, Coco Pascal said: I have a library with udf routines using the cdecl calling convention, required by Firebird. This seems to work well on win32. How exactly? ? function Y_Odd(const AValue: Int64): LongInt; cdecl; export; begin

[fpc-pascal] Firebird +lin32 + fpc lib udf returns garbage.

2009-05-31 Thread Coco Pascal
If I build a library with udf functions for Firebird tests with an fpc app calling those routines works fine. However with Firebird module and entrypoint are found but garbage is returned. function vv(const AValue: LongInt): LongInt; cdecl; export; begin Result := AValue; end; declare externa

Re: [fpc-pascal] DirectFB for FPC beta tarball

2009-05-31 Thread Michael Van Canneyt
On Sun, 31 May 2009, Roland Schaefer wrote: Hello. There wasn't much feedback to our previous anouncement. Anyway, now there is an FPC-DirectFB tarball which can be downloaded from our SourceForge page: http://sourceforge.net/projects/wiseslap/ Please have DFB 1.0.1 or higher installed. One sa

Re: [fpc-pascal] DirectFB for FPC beta tarball

2009-05-31 Thread Micha Nelissen
Michael Van Canneyt wrote: The known major bugs of previous SVN versions have beeen fixed. We're now starting to actually use DFB in our project. Reports (bugs or anything) are thus highly appreciated. Do you think it would be feasible to use this as a basis for a Lazarus widgetset ? Lazarus

Re: [fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-31 Thread Jonas Maebe
On 31 May 2009, at 15:28, Coco Pascal wrote: Marco van de Voort schreef: In our previous episode, Coco Pascal said: I have a library with udf routines using the cdecl calling convention, required by Firebird. This seems to work well on win32. How exactly? ? function Y_Odd(const AValue

Re: [fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-31 Thread Coco Pascal
Jonas Maebe schreef: On 31 May 2009, at 15:28, Coco Pascal wrote: Marco van de Voort schreef: In our previous episode, Coco Pascal said: I have a library with udf routines using the cdecl calling convention, required by Firebird. This seems to work well on win32. How exactly? ? functi

Re: [fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-31 Thread Jonas Maebe
On 31 May 2009, at 20:05, Coco Pascal wrote: I tried function Y_Odd(const AValue: Int64): LongInt; cdecl; alias: '_Y_Odd'; export; and function Y_Odd(const AValue: Int64): LongInt; cdecl; alias: '__Y_Odd'; export; but still I get the message entrypoint of 'Y_Odd' could not be found in 'l

Re: [fpc-pascal] "Aborting " a socket operation under Linux

2009-05-31 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: En/na Rainer Stratmann ha escrit: Am Freitag, 29. Mai 2009 20:29 schrieb Luca Olivetti: En/na Rainer Stratmann ha escrit: May be socketoption so_linger would be a solutuion. http://www.developerweb.net/forum/archive/index.php/t-2982.html Nope, no change. I'm

Re: [fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-31 Thread Coco Pascal
Jonas Maebe schreef: On 31 May 2009, at 20:05, Coco Pascal wrote: I tried function Y_Odd(const AValue: Int64): LongInt; cdecl; alias: '_Y_Odd'; export; and function Y_Odd(const AValue: Int64): LongInt; cdecl; alias: '__Y_Odd'; export; but still I get the message entrypoint of 'Y_Odd' could