[fpc-devel] InstantObjects

2006-11-28 Thread De Jager, Ryno
Hi Uberto, Are you guys still busy working on porting the IO code to FPC? Regards, Ryno. To read FirstRand Bank's Disclaimer for this email click on the following address or copy into your Internet browser: https://www.fnb.co.za/disclaimer.html If you are unable to access the

Re: [fpc-devel] InstantObjects

2006-11-28 Thread Graeme Geldenhuys
Are you guys still busy working on porting the IO code to FPC? I haven't heard anything regarding that port in ages, so don't think so. It would be a nice bonus for Lazarus though. As an alternative, have a look at tiOPF if you want. http://wiki.lazarus.freepascal.org/tiOPF

Re: [fpc-devel] InstantObjects

2005-02-27 Thread Uberto Barbini
I almost finished the porting of the core part of IO to fpc. I am *very* interested in seeing this working :) Nice to know! ;) I added bugs for the (few) function I had to rewrite or modify passing from Delphi to fpc. Anyway I'm still in trouble with streams. IO use descendants of

Re: [fpc-devel] InstantObjects

2005-02-19 Thread Uberto Barbini
As you can see there's nothing really serious, I can contribute code if you tell me. I hope IO will be useful to fpc and lazarus projects. I'm sure it will be. Feel free to send patches to me for anything you think needs fixing. Ok, now I'll download fpc from cvs and I'll create some

Re: [fpc-devel] InstantObjects

2005-02-19 Thread Uberto Barbini
On Tuesday 01 February 2005 10:11, Marco van de Voort wrote: On Tue, 1 Feb 2005 [EMAIL PROTECTED] wrote: Classes: 1 - fpc lacks a HexToBin and BinToHex functions. [It has them but only as private methods of TParser] These functions are in sysutils or strutils. They have no place in

Re: [fpc-devel] InstantObjects

2005-02-02 Thread uberto
As you can see there's nothing really serious, I can contribute code if you tell me. I hope IO will be useful to fpc and lazarus projects. I'm sure it will be. Feel free to send patches to me for anything you think needs fixing. Ok, now I'll download fpc from cvs and I'll create some

Fwd: Re: [fpc-devel] InstantObjects

2005-02-02 Thread uberto
On Tuesday 01 February 2005 10:11, Marco van de Voort wrote: On Tue, 1 Feb 2005 [EMAIL PROTECTED] wrote: Classes: 1 - fpc lacks a HexToBin and BinToHex functions. [It has them but only as private methods of TParser] These functions are in sysutils or strutils. They have no place in

Re: [fpc-devel] InstantObjects

2005-02-01 Thread Michael Van Canneyt
On Tue, 1 Feb 2005 [EMAIL PROTECTED] wrote: 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

Re: [fpc-devel] InstantObjects

2005-02-01 Thread Marco van de Voort
On Tue, 1 Feb 2005 [EMAIL PROTECTED] wrote: Classes: 1 - fpc lacks a HexToBin and BinToHex functions. [It has them but only as private methods of TParser] These functions are in sysutils or strutils. They have no place in Classes. I started these, but are now to busy now to test, if

Re: [fpc-devel] InstantObjects

2005-02-01 Thread Florian Klaempfl
Michael Van Canneyt wrote: 2 - delphi allows for a resourcestring to be passed by address (@MyResourceString), fpc don't. Unfortunately, resource strings don't work like that in FPC. I don't think it will be possible to change this. 1.9.7 from cvs supports it.

Re: BinToHex conversion and back (was:Re: [fpc-devel] InstantObjects)

2005-02-01 Thread Marco van de Voort
On Feb 1, 2005, at 04:11, Marco van de Voort wrote: Classes. I started these, but are now to busy now to test, if sb is bored: http:/www.stack.nl/~marcov/bintohex.txt Why don't you use a translation table to convert character to hex? The conversion table can be shared with other