Program in linux for all unix os


 
Thread Tools Search this Thread
Top Forums Programming Program in linux for all unix os
# 1  
Old 10-22-2001
Program in linux for all unix os

Hello there,

I have the following mission for my internship:

- Take an existing program which uses OpenGL writen in Delphi, for Windows.
- Write this program in C++ for all operating systems from which the name end on a "X"

So, what kind of features does this program need.

- There has to be a windows like GUI
- I have to use OpenGL in the program

I have linux as OS. I am not a linux expert or something and I don't intend to become one. I don't think this is needed for my "mission", but I have already encountered some problems which could be the result of my "little linux knowledge". Someone told me there is wxwindows, a library which contains all kind of classes to create a nice looking GUI application and which already has OpenGL "support". I installed these libray's exacly following the instrucions and I have read all f*****g manuals, but it won't compile. I use the newest gcc, there are included some sample programs which should be compiled imediately using a makefile, but it doesn't work. I get the error message that I have to set some vars and other s**t. I realy don't get it. Even when I only include only the main header file (wx.h) it still gives the same errors.

Enough about wxwindows. The reason why I wrote this tread is that I am looking for some help on my project. Does anyone happen to know some common errors with installing such library's. Or maybe someone can tell me if I should use some other library's. I am at the beginning of my project so im am lokking for some possibility's to reach the goal of the internship as writen above. I realy need some help, I have read documentation and manuals for some days now, but none are explaining the things I want.

If you have some questions don't hasitate mailing me at lmnt22@chello.nl .

Greeting Stijn and thx in advance

PS Sorry for my bad english.Smilie
# 2  
Old 10-23-2001
You'll need the OpenGL libraries for your specific
platform. Since I don't know what that is, here's a source
for a Linux version...
http://www.mesa3d.org/

...other than that, I would suggest looking at...
http://www.opengl.org/
http://www.sgi.com/software/opengl/
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

compiling old C program in Linux.

Hello, I am writing to ask for support about compiling an very old but famous C-progam for genetics study called MapMaker/QTL, and the source code is available from MIT: http://www.broadinstitute.org/ftp/distribution/software/mapmaker3/The program was originally designed for systems like SunOS... (1 Reply)
Discussion started by: yifangt
1 Replies

2. UNIX and Linux Applications

Linux program

Hi AllPlease send me source code for following if u have......... Write a code that to Demonize a Service (take any service of your choice) to be Invoked by Superserver. All replies are expected to be directed to the flat file (select any specific path you want). Thanks,Nisha Vaghela (2 Replies)
Discussion started by: nisha_vaghela
2 Replies

3. UNIX for Dummies Questions & Answers

Making a program compiled on Unix (HPUX) work on Linux

I am trying to make an application which works on unix to work on linux. I already tried copying the binary files and start it up but I am getting an error stating "Cannot execute binary file". Then I tried to recompile but i am getting an error whenever I tried to recompile. I am getting the... (1 Reply)
Discussion started by: khestoi
1 Replies

4. Programming

Please give me some advise to program for unix/linux using c/c++?

I have a good foundation of c++.I want to learn to program for linux/unix,can you give me some advises,for example classic books ,which operating system is used better(freebsd,solaris,federal linux.etc),and which aspects uses mostly in job.Can you give me clear direction for working or learning. (1 Reply)
Discussion started by: fengshuiyue
1 Replies

5. UNIX for Advanced & Expert Users

Need a linux flight program

I am building a UAV and building a computer control system. I am wanting to use a small linux disro (puppy, damn small) so that i need no drives except sd card reader. I am wondering if anyone knew of a flight control program or something that can be motified to work. The basics are that i am gonna... (0 Replies)
Discussion started by: linux2flight
0 Replies

6. Shell Programming and Scripting

can anybody help me with this linux program??

Program1: 1.Fork a child program. 2.Set itself to ignore SIGINT. 3.If it recieves both SIGUSR1 and SIGUSR2, it should then revert to the default behaviour when receiving a SIGINT. 4. If it recieves SIGALRM, reset itself to ignore SIGINT. The child should: 1.Sleep for 60... (2 Replies)
Discussion started by: tarunbug
2 Replies

7. Windows & DOS: Issues & Discussions

XP as a program on Unix/Linux system?

I am sure this question has been asked and answered before, also, if it is the wrong catergory, please let me know. I would like to know how, if possible to run Unix/Linux as my operating system, and then load XP as a program? (I am open to other operating systems, but it has to be able to... (3 Replies)
Discussion started by: mountainwolf
3 Replies

8. Programming

C program in Unix / Linux - Time differences

Hi Friends, When Iam running c program in redhat linux 7.3 version and PCQ Linux 8.0 version, its taking around 20 seconds. But when Iam running it in HP-UX Release 11i, its taking around 3 minutes. Can anyone throw light on this. Thanks in advance, Praveen. (11 Replies)
Discussion started by: chprvkmr
11 Replies

9. What is on Your Mind?

I'm writing a new Linux program!

Yep, that's right. I'm writing a Linux binary that requires an X11 Server. It will also be released in a Shell, Win32, and Cocoa (Mac OS X). It's a program that's a text editor and more. It not just creates TXT and RTF files, it also can save in XML, RSS, and a whole lot of other formats. ... (11 Replies)
Discussion started by: Danny_10
11 Replies

10. UNIX for Dummies Questions & Answers

Where can i find staroffice or any other kind office program for unix or linux?

No detail:confused: (4 Replies)
Discussion started by: HOUSCOUS
4 Replies
Login or Register to Ask a Question