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
1 answer

Why is IDL incomplete?

I'm using OpenDDS 3.4.1 on Linux and trying to manually compile an IDL because I already have a build system for the project and would just like to generated the needed files and integrate. Here a test IDL I'm using. #include…
Ender
  • 1,652
  • 2
  • 25
  • 50
0
votes
1 answer

Destroy of corba servants actived by _this

In the example of TAO/example/Simple/Bank, the two idl methods: open and close are defined in the AccountManager, the former is to generate a new activated Account servant while the latter is to recycle it . The AccountManager_i is like:…
shijie xu
  • 1,975
  • 21
  • 52
0
votes
1 answer

Can not generate lib file for shared dll for TAO IDL

One IDL file exception.idl module project{ exception JobCreateException{ string errorMessage; }; } parts of MPC file is: project(idl_exception): taoidldefaults, anytypecode { idlflags += -GI…
shijie xu
  • 1,975
  • 21
  • 52
0
votes
1 answer

ACE TAO cannot get NameService object in debug mode

I'm running a multi-program projects using ACE TAO. I set the Environment Variables and compiled ACE_TAO environment. Then I copied the tao_cosnaming.exe to my project run directory and use a .bat to start the naming service. The programs run well…
0
votes
3 answers

opengl in C# using Tao.OpenGL

I am working on an OpenGL project for a computer graphics course, and I have not been actively programming for around a years time (military training). I am drawing an absolute blank on how to include a source file in C#. I know in C++ you use…
NexAddo
  • 752
  • 1
  • 18
  • 37
0
votes
1 answer

TAO 1.6a - How to make .a libraries?

I built TAO 1.6a downloaded from OCI in AIX 5.3. I was built successfully. However, I could only see .so files in $ACE_ROOT/lib. How to build it to get .a files? I have built 1.5a version and it gave me .a files. Is there any make flag? Please give…
Lwin Htoo Ko
  • 2,326
  • 4
  • 26
  • 38
0
votes
1 answer

Corba Naming_Service creates so many UDP connections

The Corba Naming_Service creates so many UDP connections and they are still remained even when the clients are disconnected. It goes up to 60K connections. AIX 5.3, TAO Version 1.5a_p22 and ACE Version 5.5a_p22 Below is the losf: Naming_Se 692382…
Lwin Htoo Ko
  • 2,326
  • 4
  • 26
  • 38
-1
votes
1 answer

CORBA::ORB_init exception

I am adding ACE / TAO as a component to a large project which is written in C and C++. I received an .IOR file from the server, and I use the .IOR file when calling CORBA::ORB_init(argc, argv) I constructed my own argc and argv as followed int argc…
Lex L
  • 315
  • 1
  • 3
  • 17
-1
votes
1 answer

C++ Segmentation fault - messages between 2 applications

I have 2 different applications, a sender and a receiver. the Sender will send a message over to the receiver, who will decode the message and print to the console. However, I keep getting segmentation fault error. Both sender and receiver…
Tony Tony
  • 455
  • 1
  • 4
  • 9
-1
votes
1 answer

ACE TAO build for vxworks 6.8 (cross compiling from Windows 7 for PPC32 target)

Are there clear instructions to build ACE and TAO libraries for use on Windriver VxWorks OS? The goal is to build ACE TAO for RPC style communication between VxWorks and Windows machine. I am using Windriver Workbench 3.2 on windows 7, target is…
Kris
  • 1
-2
votes
1 answer

error C4430: missing type specifier - int assumed. Note: C++ does not support default-int - Prev solutions not working

I am compiling VC++ code in Visual Studio 2010. This line in the code is giving two errors: assert.h //ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Export void __ace_assert(const char *file, int line, const ACE_TCHAR…
sk2013
  • 23
  • 1
  • 3
  • 9
-3
votes
1 answer

Adding ACE+TAO with numerous compile errors

I am adding ACE TAO to my existing project, and I have compile errors after adding the projects. Most of the errors were "No such file or directory", and these errors can simply be fixed by changing the patch of the #include, but there are thousands…
Lex L
  • 315
  • 1
  • 3
  • 17
-3
votes
1 answer

Facing issues in compilation of idl files using tao_idl in rhel7 machine

i am facing issues in compilation of idl file. i have tried with different options with -Cw, -GI and -o all are giving the below errors tao_idl: "El_file.idl", line 201: error in lookup of symbols File::File1_operationFailed tao_idl: "El_file.idl",…
user3679622
  • 23
  • 1
  • 6
-3
votes
1 answer

TAO+ACE ROOTPOA

For notification client in c++ (TAO), we are registering the reference (register_initial_reference) with the RootPOA. Is there any other type of POA exists other than RootPOA.
rajeshkb
  • 41
  • 5
1 2 3 4
5