Hi,
I'm going to port IO (www.instantobjects.org) to fpc.
The codebase is quite large (about 3 lines of code) and I don't really
know fpc, but I hope I'll understand it better at the end of the story. ;)
I'm in touch with IO main developers so there's no problem to slightly change
IO code for c
On Tue, 1 Feb 2005, Den Jean wrote:
> Hi,
>
> 1) sysconf:
> could someone please fix sysconf in unistdh.inc.
> The library name is not correct
>
> packages/base/libc/unistdh.inc:function sysconf (__name : longint) : longint;
> cdecl; external clib name 'syconf';
>
>
> The compile error is t
Hi,
1) sysconf:
could someone please fix sysconf in unistdh.inc.
The library name is not correct
packages/base/libc/unistdh.inc:function sysconf (__name : longint) : longint;
cdecl; external clib name 'syconf';
The compile error is typically :
In function `START_SESSION':
SYS_UTIL.pas:329: u
Vincent Snijders wrote:
Michael Van Canneyt wrote:
I skipped the FCL/xml patch, though.
That is ok, I didn't want to send that one.
The code doesn't seem quite kosher to me ?
I think it is a impovement. IIRC, it fixes a memleak, when you use
xmlconfig on a non-existing file. Try it. ;-)
See for
Michael Van Canneyt wrote:
On Mon, 31 Jan 2005, Vincent Snijders wrote:
Hi,
Attached is a patch for the gtk2 units. It specifies the name of the
library with .dll extension, otherwise I couldn't get it to work.
Applied, thanks
I skipped the FCL/xml patch, though.
That is ok, I didn't want to sen
On Mon, 31 Jan 2005, Vincent Snijders wrote:
Hi,
Attached is a patch for the gtk2 units. It specifies the name of the library
with .dll extension, otherwise I couldn't get it to work.
Applied, thanks
I skipped the FCL/xml patch, though.
The code doesn't seem quite kosher to me ?
Michael.