tao

C++ CORBA DII issues

Could all those CORBA experts out there please help me with this one. I have a multithreaded application with some code that sends a message to a server and waits for a response back. I can see that the server is sending the response back however the application doesnt seem to receive it. Heres part of my code. // Create a request o...

C++ CORBA (ACE/TAO) questions

Guys, Im using ACE TAO as the CORBA implementation. I would like to find out if anyone know of any options to set Maximum Message Size and Maximum number of Connections. omniORB has two options for these, giopMaxMsgSize and maxGIOPConnectionPerServer. Even though TAO has ORBMaxMessageSize and ORBLingerTimeout it causes my server to cr...

mdi child form don't work via opengl app in .NET

Hi all, This is my first question. I start to computer graphics programming with opengl via Tao Framework. Everything going well but today I tried to work with MDI forms. My application crashed. It is a bit difficult to describe my problem. So I captured 5 images and I added my questions on them. I could not add this images because of ...

How do I draw Text at a 2D location using Tao OpenGL Framework

Hi, Can anyone tell me how I can draw text at a 2d location using the tao framework? Thanks ...

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

Can anyone help me achieve picking using the Tao framework (or OpenTK) ? ...