3
votes
3answers
147 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 applica …
0
votes
0answers
18 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 …
1
vote
2answers
219 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 …
0
votes
2answers
114 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 bla …
0
votes
0answers
110 views
Gettig started with Tao OpenGL on windows form application in VC++
Hello,
I added SimpleOpenglControl Component Of Tao Opengl Framework on windows form application.
I drew 3d object and could display it on SimpleOpenglControl.But I want to rotat …
0
votes
2answers
49 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;
Wind …
0
votes
0answers
116 views
Textures not working in opengl/Tao for C# on intel chipsets
Hi all,
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 o …
0
votes
1answer
128 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 "<"
…
2
votes
3answers
562 views
OpenGl 16 bit display via Tao/C#
Hi all,
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 …
2
votes
0answers
285 views
The Tao of Programming [closed]
I was a little surprised to not find any reference to The Tao of Programming on the question of single most influential book for every programmer among the 200+ responses. I prompt …
1
vote
4answers
201 views
Changing a CORBA interface without recompiling
I'd like to add a method to my existing server's CORBA interface. Will that require recompiling all clients?
I'm using TAO.
