The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

TAO: how to catch CORBA::TRANSIENT during oneway method invocation?

My application calls oneway methods using TAO. But, once server become to be unavailable, the clients process receive SIGABRT and die with message "terminate called after throwing an instance of ...
0
votes
0answers
41 views

Drawing in a SimpleOpenGLControl from an external class C#

In a windows application using C# I have a form with a SimpleOpenGLControl in it, the control's Paint event is what I use to draw stuff in it, but it has to be in the same class (form) as the ...
0
votes
1answer
27 views

Corba Trading Service inspecting tool

Is there any tool for viewing registered types in CORBA Trading Service, and maybe, for making some simple queries for objects? I am using TAO, if it matters.
1
vote
1answer
95 views

OpenDDS IDL compiler compiler issue

and i am a little bit stuck tryng to compilea simple IDL file. root@ricardo:/home/ricardo/Desktop/librerias/dds/DDS/bin# ldd opendds_idl linux-gate.so.1 => (0xb771e000) ...
0
votes
2answers
98 views

loading a texture from a jpg image and displaying it as a bacground

I am making a simple 3d program and now i need to insert an 2D image as a background. I need to use tao framework for collage. This is a part of the code. How do i load the image into an int array ? ...
0
votes
1answer
69 views

Opensource license in commercial projects [closed]

I am developing a client&server application. Both application will be compiled in exe files. Server executables will be running only on server but client files will be redistributed commercially. ...
-3
votes
1answer
119 views

Inide 3D Game Development with limited hardware [closed]

I have a great deal of experience in VB, C#/Java and slightly less in C from school and my own interest/family involvement. I have created many 2D side-scrolling games, both with libraries and ...
0
votes
1answer
177 views

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 ...
0
votes
1answer
58 views

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 ...
0
votes
0answers
83 views

Attempting to parse texture gives glitched textures using OpenGL

any help would be grateful with this. I have code to parse a image like this (modified minecraft texture pack .bmp) http://i.imgur.com/M8xNC.png but it ends up like this ...
0
votes
0answers
144 views

C# OpenGL / Tao not rendering certain area

I'm working on a 3D game using Tao.OpenGl and WinForms, and everything works so far, except for a small area on the top and right sides of the window, where only the clear color is being drawn. Does ...
1
vote
1answer
85 views

linker error LNK1109

i tried to compile the ACE 5.6.1 library with Microsoft Visual Studio 2005 SP1. This project contains 609 subprojects. And everytime I try to rebuild them all, some, not the same, will not compile and ...
-1
votes
1answer
267 views

How to retrieve full category list with products or items from taobao with taobao API [closed]

I have searched google, yahoo on how to retrieve full category and subcategory list with products information, but got no result. I looked into the taobao API documentation zone, i am not getting it. ...
0
votes
1answer
217 views

Tao.Sdl Audio crash on Windows

I have a short little piece of code to play tones via Tao.Sdl. It works fine on Linux and Mac (using Mono), but it crashes on Windows7, 64-bit with Mono or .NET. Here is the code: using System; using ...
0
votes
2answers
443 views

Record video from opengl

I am using Tao framework and I have a simple opengl control. How can I record a video from this control and save it to a file?
1
vote
1answer
243 views

Error with tao SimpleOpenGlControl

I am creating an usercontrol contains a "Tao.Platform.Windows.SimpleOpenGlControl". In my control's constructor, I have { InitializeComponent(); simpleOpenGlControl1.InitializeContexts(); ...
0
votes
3answers
560 views

Beginning RTS game student project [closed]

I have experience with XNA and Unity3D. I have also built my own engine with Tao and C#. I am in last year of college and I want to make a small RTS game demo, nothing fancy I won't bother much with ...
0
votes
1answer
105 views

alutLoadMemoryFromFile problem

This is part of a function that loads sound for my sprite game made in C# and Tao. int format; float frequency; int size; IntPtr data = Alut.alutLoadMemoryFromFile(path, out format, out size, out ...
0
votes
1answer
352 views

run program opengl in C# using framework Tao in 64 bits

I have a program opengl in C# using framework Tao, when i run the code in the platform target to x86, i have not a problem,but when i run the code in the platform target to x32, it stops abruptly and ...
0
votes
1answer
222 views

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 ...
1
vote
1answer
329 views

Load sound problem in OpenAL

I have problem loading a sound with OpenAL: // in SoundManager.cs public void LoadSound(string soundId, string path) { // Generate a buffer. int buffer = -1; ...
2
votes
2answers
255 views

Question about glBindTexture

This is a method I use to draw sprites: public void DrawSprite(Sprite sprite) { Gl.glBegin(Gl.GL_TRIANGLES); { for (int i = 0; i < ...
0
votes
2answers
252 views

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 ...
0
votes
1answer
176 views

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 ...
2
votes
0answers
357 views

SimpleOpenGlControl on Usercontrol [duplicate]

Possible Duplicate: Error with tao SimpleOpenGlControl I am creating an usercontrol contains a "Tao.Platform.Windows.SimpleOpenGlControl" . In my control's constructor, I have ...
0
votes
1answer
116 views

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 ...
1
vote
2answers
900 views

C# OpenGL Texture Does not show up

In this example I've tried as much as I can to simplify the problem in the hope that someone can solve it for me. I could not find a simple working example of C# OpenGL code to display a texture. So ...
0
votes
2answers
569 views

Can't find reference Tao.OpenGl and Tao.Platform.Windows in Add reference window in MSV C# 2010 Express Edtn

Downloaded and installed the Tao framework. But visual studio shows no clue about it. I thought it will find automatically. Does it have anything to do with GAC? Here is a snapshot:
3
votes
2answers
1k views

Trying to set VBO:s in C# using TAO and OpenGL TK framework

I'm trying to set my vertices, indices and texture points to VBO:s and the draw them with my draw method, all this in C# under TAO/OpenGL TK framwork. But my screen shows only a black screen. I've ...
0
votes
1answer
612 views

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

Can anyone help me achieve picking using the Tao framework (or OpenTK) ?
1
vote
1answer
149 views

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 ...
2
votes
0answers
999 views

C++ CORBA (ACE/TAO) questions

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, ...
1
vote
2answers
152 views

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 ...
0
votes
1answer
572 views

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 ...
0
votes
1answer
129 views

Deadlock in TAO when colocated

I have a CORBA server that makes a twoway call to another server from a notification thread that is created in the servant. This works fine normally. I have just modified the server to be co-located ...
2
votes
1answer
2k views

Should I use .NET/Mono/Tao/OpenTK/… something else?

I'm pretty confused by the multitude of frameworks to choose from: I would like to be cross platform, possible even try to make an application for my mobile phone. Probably a game, but could be ...
1
vote
1answer
745 views

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. ...
3
votes
1answer
530 views

Is there any readable Tao.FFMPEG how to?

So FFmpeg is grate lib and there are some wrappers for it in C#. Tao is one of my choise. But how to use it 0) In general 1) with live http streams 2) with FLV format There is Tao.FFmpeg help ...
13
votes
1answer
6k views

Is the Tao framework dead?

I'm looking into experimenting with Tao but I am somewhat put-off by its dead-looking state. It hasn't been updated since 2008 and it looks like their website stopped functioning at roughly the same ...
1
vote
1answer
1k views

Tao OpenGL Framework SimpleOpenGLControl - When will it redraw, when won't it?

I think my last question may have been to specific, so ignoring that one all together, I have a new question that is more general: I am using C# with Visual Studio Express 2008. I am also using the ...
6
votes
3answers
7k views

When Should One Call glGetError?

glLoadIdentity says GL_INVALID_OPERATION is generated if glLoadIdentity is executed between the execution of glBegin and the corresponding execution of glEnd. But GL_INVALID_OPERATION is ...
0
votes
1answer
660 views

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? Background: We've got a heterogeneous CORBA ...
3
votes
3answers
2k views

Which would be the best 2D graphics library?

Okay, I bet this question might have been asked dozens of times before, but at the end of the day, I am still confused. I am working on a charting/plotting application. My application will also have ...
0
votes
0answers
138 views

Using ACE ORB Event Service on HPUX 11.xx from Java

I have an Avaya PDS12 using HPUX 11.11 which I have installed an old version of ACE ORB on. I am trying to develop a Java client that uses the event service to get notification of calls being placed ...
0
votes
3answers
2k views

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 ...
0
votes
2answers
543 views

Setting fullscreen in Tao Opengl

Using the SimpleOpenGlControl from Tao.Platform.Windows, how can I set it to fullscreen mode, or will I have to use glut? My Solution FormBorderStyle = FormBorderStyle.None; WindowState = ...
0
votes
1answer
916 views

Textures not working in opengl/Tao for C# on intel chipsets

I've got a lot of OpenGl rendering code in a C# .NET 3.5 sp1 application. Some of the code can be found in this question. Huge problem: The code is not running at all on intel chipsets, such as the ...
1
vote
1answer
488 views

midl error 2025 when compiling idl file on win32 (midl doesn't like string<40>)

The idl files I have compile fine with linux tools, but when I try to compile using midl I get an error error MIDL2025 : syntax error : expecting a declarator or * near "<" the line is: ...
2
votes
3answers
1k views

OpenGl 16 bit display via Tao/C#

I have some scientific image data that's coming out of a detector device in a 16 bit range which then gets rendered in an image. In order to display this data, I'm using OpenGL, because it should ...
1
vote
2answers
608 views

glDrawPixels causes AccessViolationException

I am using glDrawPixels to display an image. I know, I should probably be using textures but there are reasons I'm not. Well at least not for now. Anyways, image being displayed is frequently being ...

1 2