Re: use of camlidl

From: Patrick Goldbronn - SYSCO (patrick.goldbronn@cea.fr)
Date: Wed Dec 15 1999 - 10:03:55 MET


Date: Wed, 15 Dec 1999 09:03:55 +0000
From: Patrick Goldbronn - SYSCO <patrick.goldbronn@cea.fr>
To: "Inria, caml" <caml-list@inria.fr>
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 #
#####################################



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:29 MET