From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id MAA18924; Fri, 11 May 2001 12:36:28 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA18920 for ; Fri, 11 May 2001 12:36:27 +0200 (MET DST) Received: from relay.rinet.ru (relay.rinet.ru [195.54.192.35]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f4BAaNf28699 for ; Fri, 11 May 2001 12:36:24 +0200 (MET DST) Received: (from uucp@localhost) by relay.rinet.ru (8.9.3/8.9.3) with UUCP id OAA25274 for caml-list@inria.fr; Fri, 11 May 2001 14:36:04 +0400 (MSD) X-Envelope-To: caml-list@inria.fr Received: from dialin1.stormoff (DIMA) [192.168.0.129] by stormoff with esmtp (Exim 2.05 #1 (Debian)) id 14yADk-0007Ay-00; Fri, 11 May 2001 14:32:28 +0400 X-Comment-To: Dmitry Bely To: caml-list@inria.fr Subject: Re: [Caml-list] bug report: camlidl References: From: Dmitry Bely Date: 11 May 2001 14:35:29 +0400 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk One more thought: --- test.idl --- [ object ] interface IX: IUnknown { HRESULT getValue( [out] int* value ); } --- test.idl --- leads to the problem due to int *value; /*out*/ in the generated code (value is a typedef). The same is true for other camlidl internal types. I think that mangling parameter names by the compiler (something like _value_parameter of so) could be the good solution. And the last problem: why the web search in the caml mailing list archive does not work? :-) Hope to hear from you soon, Dmitry ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr