tao
Question about glBindTexture
This is a method I use to draw sprites: public void DrawSprite(Sprite sprite) { Gl.glBegin(Gl.GL_TRIANGLES);[详细]
2023-03-27 00:42 分类:问答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 maint[详细]
2023-03-16 17:34 分类:问答Is it possible to get a full compliance between Rhapsody generated IDL files and CORBA 3.1?
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[详细]
2023-03-04 03:52 分类:问答How do I perform picking with the Tao framework (or OpenTK)
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.[详细]
2023-01-23 09:03 分类:问答mdi child form don't work via opengl app in .NET
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[详细]
2023-01-21 23:32 分类:问答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 tha开发者_高级运维t sends a message to a server and waits for a response back.[详细]
2023-01-17 16:46 分类:问答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[详细]
2023-01-15 05:20 分类:问答Deadlock in TAO when colocated
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[详细]
2023-01-13 03:03 分类:问答ACE TAO Corba Ubuntu 10.4 undefined reference to CORBA::Object::_refcount_value()
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.[详细]
2023-01-03 04:03 分类:问答How to Re-order the network interfaces returned by WSAIoctl with SIO_GET_INTERFACE_LIST control code
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?[详细]
2022-12-14 00:44 分类:问答