Re: C/C++ programming interface



In face, API such as CORBA_ORB_init() is documented in
the "C Language Mapping Spec.".  You need to read it.
But you can also try
http://www.gnome.org/projects/ORBit2/orbit-docs/orbit/book1.html
which is good place to start.

KC



absmeier@fmi.uni-passau.de wrote:

>Zitat von Kuang-Chun Cheng <kccheng@openate.com>:
>
>  
>
>>Language mapping is part of the CORBA standard.
>>You can find "C Language Mapping Specification" from
>>http://www.omg.org/
>>ORBit only implement C mapping.
>>
>>Regards,
>>KC
>>kccheng@openate.com
>>
>>absmeier@fmi.uni-passau.de wrote:
>>
>>    
>>
>>>Hi,
>>>
>>>I'm quite new to ORBit and CORBA. I worked through a couple of chapters of
>>>"Advanced CORBA Programming wit C++". But the commands are different to
>>>      
>>>
>>those
>>    
>>
>>>being used with ORBit.(I found ORBit uses CORBA_ORB_init and the book uses
>>>CORBA::ORB_init.) And I wrote to a newgroup, but no answer yet. So my
>>>      
>>>
>>question:
>>    
>>
>>>Is there a programming interface overview or something like that? What
>>>      
>>>
>>commands
>>    
>>
>>>do I need for initializing and running
>>>* the orb,
>>>* the poa,
>>>* and the nameService.
>>>
>>>I think that's what I need so far.
>>>
>>>Thanks in advance for your help. And sorry about my english.
>>>
>>>ciao
>>>
>>>Stephan
>>>
>>>
>>>      
>>>
>
>I know but I don't care about the language mapping in the moment. Instead I try
>to find an overview of the API I need to programm an application written in C,
>better in C++, using ORBit2 and the features mentioned above. But thank you for
>your time.
>
>Stephan
>  
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]