From: Arno P. <ar...@pu...> - 2010-03-06 17:08:23
|
actually, what does your patch do? Right now I map a native method to an error handler. My idea was that you define an Objective-C category in order to implement the native method on the Objective-C side (thereby 'overlaying' the error handler). Arno On 3/6/10 3:40 AM, Panayotis Katsaloulis wrote: > > On 06 Μαρ 2010, at 11:14 π.μ., Tor Lillqvist wrote: >>> . >> >> Well, native calls as such are not a problem, as I showed, with a >> small patch to the xsl file they translate nicely to calls to external >> C (or Objective-C) functions. So native calls actually can make it >> less tedious to implement some class for Java->ObjC, as parts of it >> can be kept in Java, and just a minimal part needs to be in C/ObjC. > > I believe a patch like this will be very useful. > Have you submitted such a patch? > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |