On Wed, Mar 12, 2008 at 6:10 AM, Jonas Maebe <[EMAIL PROTECTED]> wrote: > To be able to interface > Objective-C code in an OOP way in FPC, support for some kind of > Objective Pascal dialect has to be added to the compiler. Everything > will probably break at one time or another.
Ummm ... I'd like to keep compiler and sintax changes to absolute minimal. Ideally zero like now =P and I'm very close of having a fully object-oriented interface to objective-c. Alternatively maybe an extra method modifier could be easier to implement then a new dialect. One that guarantees that no hidden VTM parameter is on the method ... but I'm almost sure there is already some way of achieving that ... Another idea is having a objcclass type of class, which can handle automatically some of the work currently done on the bindings, but I'd rather avoid that as it's hard for me to develop it. thanks, -- Felipe Monteiro de Carvalho _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal