[fpc-devel] InstantObjects

2005-01-31 Thread uberto
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

Re: [fpc-devel] Typo in unistdh.inc

2005-01-31 Thread Michael . VanCanneyt
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

[fpc-devel] Typo in unistdh.inc

2005-01-31 Thread Den Jean
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

Re: [fpc-devel] patch for gtk on win32

2005-01-31 Thread Vincent Snijders
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

Re: [fpc-devel] patch for gtk on win32

2005-01-31 Thread Vincent Snijders
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

Re: [fpc-devel] patch for gtk on win32

2005-01-31 Thread Michael Van Canneyt
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.