Hello Stef, I'm using the latest packages from http://www.squeaksource.com/NativeBoostand Pharo version 1.3 Jan. On Mon, Feb 13, 2012 at 11:12 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
Thanks for the question. Which version do you use?
Stef
Hello list,
I want to call the following C function using NativeBoost:
const char* uenum_next(UEnumeration * en, int32_t * resultLength, UErrorCode * status)
According to the (icu4c) documentation you can pass NULL for the resultLenth argument [1]. But when I try:
self nbCall: #( char* uenum_next_48( self, nil, ICUErrorCodeNB* anErrorCode ) ) module: 'libicuuc.dylib'
My image craches. Does anyone know what I'm doing wrong?
Jan.
[1] http://icu-project.org/apiref/icu4c/uenum_8h.html#a99298eabaa3874cdfd9793b20...