Questions tagged [tao]

TAO is short for The ACE ORB which is an open source CORBA implementation in C++

TAO is an open source C++ CORBA implementation. It is available for free from http://download.dre.vanderbilt.edu. More details about TAO can be found online at http://www.dre.vanderbilt.edu/~schmidt/TAO.html.

The TAO Developer Group hosts a set of mailing lists for answering questions, for an overview of those and instructions how to post see http://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html.

74 questions
0
votes
0 answers

ACE/TAO How to configurated transport for simple application chat

I am learning ACE/TAO library(C++ framework) and trying to set up a sample app in ACE_wrappers\TAO\examples\Simple\chat directory via shmiop(shared memory) transport, how to do it? I am builded simple applications chat on tcp/ip transport and writed…
0
votes
1 answer

Not able to connect to java 1.3 NamingService using C++ TAO Client

I have been trying to make my C++ TAO (v1.6) client connect to java tnameserv running on JDK1.3.But the C++ TAO client is not able to resolve the naming service. It is throwing the following exception : system exception, ID…
Rakesh
  • 4,264
  • 4
  • 32
  • 58
0
votes
2 answers

Graphics libraries on Windows vs Linux

Tao and OpenTK are two graphics libraries you can use with c# on Windows. Both not active, Tao last release is 2008 and OpenTK 2010. But I see Mesa is active for Linux, so I wonder what should I use for my project. I need to develop CAD modeling…
0
votes
1 answer

Jacorb/Tao Interoperability

I have Appl A which is JacORB client and Appl B is the TAO server . Details of execution: a) Appl A initially creates the object_reference for server process (Appl B) using its corbaloc URL and maintains this reference in a map for subsequent…
0
votes
1 answer

ACE_TAO + OpenSSL - Problem with server initialization

I have problem with initialization of server which is using ace_tao library and OpenSSL (without SSL option enabled everything works fine). The Problem is in SSLIOP_Factory. I will attach server.config and output log from ace_tao below (OpenSSL…
0
votes
1 answer

Is OCI TAO or DOC Group TAO implementation best to use with OpenDDS?

I'm doing some research in using OpenDDS. In the configure script I came across the option to use different TAO implementations. OCI's TAO DOC Group TAO I've read OCI does more testing and has direct bug fixing. On the other hand I saw a library…
ClintH
  • 191
  • 1
  • 6
0
votes
1 answer

Error: invalid initialization of non-const reference of type ‘const RTT::corba::CConnPolicy*&’

I'm trying build the package orocos-toolchain from source.I have already build the ace and tao package inside ACE_wrapper which i downloaded from this page. But after i enter command" catkin_make_isolated --install -DENABLE_CORBA=ON…
ramesh
  • 15
  • 3
0
votes
1 answer

Many errors happened when building ACE and TAO (CORBA) using VS 2010

I'm trying to build ACE and TAO environment but got many errors. The procedure what I did to install ACE and TAO is: Unzip the file (ACE+TAO+CIAO-6.1.2.zip) into the folder (C:\ACE_wrappers) Create a config.h file in C:\ACE_wrappers\ace Open the…
Zhentao
  • 140
  • 1
  • 10
0
votes
1 answer

how to start a process at specific port in TAO Corba?

Anyone please help me , i want to start a process at a specific port in TAO Corba like NameService , do i need to change anything in config file or something else ,
Niks Arora
  • 45
  • 1
  • 7
0
votes
0 answers

Unable to compile ACE 6.4.0 on RedHat 7.2

I am trying to compile ACE+TAO-6.4.0 as per the steps provided in ACE-INSTALL file, but I am getting following error; .shobj/UPIPE_Stream.o .shobj/WFMO_Reactor.o .shobj/WIN32_Asynch_IO.o .shobj/WIN32_Proactor.o .shobj/XTI_ATM_Mcast.o -Wl,-E -L../lib…
0
votes
1 answer

How do I perform picking with the Tao framework (or OpenTK)

Can anyone help me achieve picking using the Tao framework (or OpenTK) ?
Chris
  • 2,340
  • 6
  • 40
  • 63
0
votes
1 answer

Eclipse c++ Referencing external library (ACE+TAO)

I have a c++ project that references the .h and .cpp files from the (ACE_TAO) library. (http://www.theaceorb.com/) I have included the library paths to the project GCC C++ compiler and GCC C++ Linker. However, when I try to build my project, I keep…
Tony Tony
  • 455
  • 1
  • 4
  • 9
0
votes
0 answers

How to build ACE wrappers for 32bit platform?

I've recently downloaded the latest distribution (2.2a) of the Ace ORB (TAO) from OCI and I've been trying to unsuccessfully build it with Visual Studio 2008, in Debug mode for the 32bit platform. If I try to build it 64bit it runs just fine however…
jpscs
  • 1
0
votes
0 answers

TAO Notify service can't start in suse

Recently I built a ace tao in suse with the official documents successfully, and the Naming service run ok, but when I started Notify service, An error was occurred, I started the service by following way, $TAO_ROOT/orbsvcs/Naming…
0
votes
1 answer

C++ segmentation fault when trying to resolve a CORBA reference

When im trying to resolve a CORBA reference I receive a segmentation fault. Either im blind or I have done something really stupid for this not work. Im using ACE 5.7.9 TAO 1.7.9 for CORBA. Wondering if anyone can help me please ??? The segmentation…
nixgadget
  • 6,983
  • 16
  • 70
  • 103