This is a method I use to draw sprites: public void DrawSprite(Sprite sprite) { Gl.glBegin(Gl.GL_TRIANGLES);
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 maint
I\'ve tried to compile generated IDL files from Rhapsody 7.1.1 with the last version of TAO IDL Compiler (released package version 6.0.2), but I get some errors because anonymous types are deprecated
Can anyone help me achieve pickin开发者_运维百科g using the Tao framework (or OpenTK) ?Check the picking example in OpenTK (Examples.exe -> GL -> Picking). You can view the sourcecode here.
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
Could all those CORBA experts out there please help me with this one. I have a multithreaded application with some code tha开发者_高级运维t sends a message to a server and waits for a response back.
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
I have a CORBA server that makes a twoway call to another server from a n开发者_运维技巧otification thread that is created in the servant. This works fine normally. I have just modified the server to
I am having a few problems getting the example programs that come with the libTao provided in the package manager. I have used ace tao in the past with windows so have some experience with it already.
Is there a way to dictate the order of the network interfaces returned by the Win32 WinSock WSAIoctl function\'s SIO_GET_INTERFACE_LIST functionality?