Search found 5 matches

by netrix
Fri Feb 02, 2007 5:01 pm
Forum: Beginners Help
Topic: Linux and Irrlicht
Replies: 5
Views: 711

...
by netrix
Thu Feb 01, 2007 3:37 pm
Forum: Game Programming
Topic: I don't want any libs *.dll
Replies: 2
Views: 1519

...
by netrix
Mon Jan 29, 2007 1:52 pm
Forum: Beginners Help
Topic: Dev-C++ Help
Replies: 10
Views: 564

You can put libs using my tip:

1. Make project (or Open)
2. Right click on project name (on left side)
3. Project options
4. Parameters
5. Add library
6. Find lib *.a or *.lib and click OK.

I am using Dev C++ (not wx DevC++) and it works.
by netrix
Mon Jan 29, 2007 1:48 pm
Forum: Beginners Help
Topic: Linux and Irrlicht
Replies: 5
Views: 711

I have a little problem with that, on my Ubuntu I haven't lib like -lGLU.

Can you give me the tip how to get and install it??
by netrix
Mon Jan 29, 2007 1:26 pm
Forum: Game Programming
Topic: I don't want any libs *.dll
Replies: 2
Views: 1519

I don't want any libs *.dll

I am doing small aplication on Devcpp, and I would like to have one file as result. But now when I am using this application I have to have 2 files more: irrKlang.dll and ikpMP3.dll.

My question is:
How do it if I want to have all that libs in my result file.