On 21 November 2013 17:34, Sean P. DeNigris <[email protected]> wrote:
> Igor Stasenko wrote > > a simplest way is to pass dumb and stupid > > NBExternalAddress null. > > Yes! That worked :) Thank you!! > > > Igor Stasenko wrote > > except i think nil -> void * is not accepted by default. > > Why is that disabled by default? It seems like a fairly common operation... > > > mm.. well, i prefer that fairly common would be to pass meaningful data back and forth rather than dummy values. For that best solution, IMO, would be to use 2 methods which call same function, but one uses 'nil' in function signature (and therefore method doesn't takes extra argument), while other takes extra argument but doesn't accepts nils, for sure. > > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/NativeBoost-Documentation-Suggestion-and-Question-tp4720805p4724034.html > Sent from the Pharo Smalltalk Developers mailing list archive at > Nabble.com. > > -- Best regards, Igor Stasenko.
