Re: [Pharo-project] Again: Basic Questions about NativeBoost
Does NB support writing callbacks in smalltalk that can be called by external library? ----- http://www.cloud208.com/ -- View this message in context: http://forum.world.st/Again-Basic-Questions-about-NativeBoost-tp4645447p4645... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Hi, In Pharo 2.0 (perhaps not the latest one), NBFFICallbackTests -> 10 run, 7 passes, 3 expected failures so I would say that NB supports some callbacks ;-) Cheers, #Luc 2012/8/28 drush66 <davorin.rusevljan@gmail.com>
Does NB support writing callbacks in smalltalk that can be called by external library?
----- http://www.cloud208.com/ -- View this message in context: http://forum.world.st/Again-Basic-Questions-about-NativeBoost-tp4645447p4645... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 28 August 2012 14:02, drush66 <davorin.rusevljan@gmail.com> wrote:
Does NB support writing callbacks in smalltalk that can be called by external library?
the support is there.. but it is not functional .. yet. So, the answer is: NO. But no, you can write callbacks using smalltalk, if that smalltalk is assember code, which you will generate to implement callback in native form. So, then answer is: YES .. or still NO, depending if you willing to do that :) Yeah.. thanks for reminder. i need to deal with that part -- Best regards, Igor Stasenko.
participants (3)
-
drush66 -
Igor Stasenko -
Luc Fabresse