CORBA
Robert Jonsson
robert.jonsson at dataductus.se
Sat Aug 16 19:43:06 BST 2003
Hi,
Look in any of the example files that come with with omniORB (was a long while
since I looked at omniORB so I don't remember what the examples where, I'm
sure there is something like, simple_server / simple_client. In the makefile
you should see which libs are needed.
/Robert
Saturday 16 August 2003 19:45 skrev redirectz:
> Hi...
> first, thanks!
> Then, wich libraries do I have to add to my project (i've installed
> omniORB)? I mean, to make a pthread project i have to add "-lpthread"
> but for omniORB/MICO I don't know which library.
>
> thanks again
> [pepo]
>
> El sáb, 16 de 08 de 2003 a las 05:45, Robert Jonsson escribió:
> > Saturday 16 August 2003 09:29 skrev redirectz:
> > > Hi friends...
> > >
> > > Please, How do I can make projects with CORBA inside my KDevelop ?
> >
> > You mean how to incorporate IDL files?
> > Corba is just a specification, you need a specific implementation and
> > using that is no different than incorporating an external library of any
> > kind, a bunch of lib-files and a bunch of header-files.
> >
> > - With the exception of the IDL files which need to be compiled with an
> > IDL compiler, when you've done that they are no different, a bunch of
> > headers and sources.
> >
> > The IDL generation/compilation you either do by hand or edit a makefile
> > to provide it, which ofcourse is a better solution, you probably need to
> > do that anyway to insert the generated files into your project.
> >
> > Check out an CORBA implementation and the specifics of it first. Then you
> > can try to use Kdevelop with it.
> >
> > /Robert
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list