[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Patrick Goldbronn - SYSCO <patrick.goldbronn@c...> |
| Subject: | Re: use of camlidl |
Hello, I have another trouble : I can't define a string array. I have the C function : void NP_initialize( int argc, char ** argv, int *err ); Where argc is the length of the string array argv (of course) and err is an error code. I can't retrieve the 'string array' in ml file. I've got 'char option array' ?? void NP_initialize( [in] int argc, [in,length_is(argc)] char ** argv, [out] int *err ); - ##################################### # Patrick GOLDBRONN # # CEA - DRN/DMT/SYSCO # # CE-Saclay, Bâtiment 460 # # 91191 GIF/YVETTE CEDEX (FRANCE) # # # # Tél : 01 69 08 73 55 # # Fax : 01 69 08 96 96 # #####################################