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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo