Search found 9 matches

by tommyb
Sat Nov 03, 2007 8:17 am
Forum: Game Programming
Topic: Lack of header!
Replies: 3
Views: 1594

Yes, I've done it, but there is no response.
by tommyb
Fri Nov 02, 2007 10:13 pm
Forum: Game Programming
Topic: Lack of header!
Replies: 3
Views: 1594

Lack of header!

Hi, I'm trying to learn sth about Newton Engine, so i started from tutorials. I'm trying to compile one of them, but in the installed folder miss 2 files, it is:
-Customslider.h
-Newtontracktor.sbr
I was looking for it but there is no source of this files, can someone help me and tell where to look ...
by tommyb
Sat Sep 08, 2007 4:52 pm
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

Ok, everything clear, now i can start learning irrlicht, there are some small problems but i will solve them. Thanks for help.
by tommyb
Fri Sep 07, 2007 7:46 pm
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

Ok, problem is solved by MS Visual C++ Express Edition, there is no problem with this compiler, it worka fine, but i can't link textures, the normal for me way ( ex. c:\irrlicht\media\sydney.md2 ) and texture is not loaded, but i will try to solve it.
by tommyb
Fri Sep 07, 2007 5:53 pm
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

Now I'm using Microsoft Visual C++ Expresss Edition, but it is worse than Dev, i can't find even easiest function, like adding libraries, but i will try, does anybody know if there is a tutorial showing how to use irrlicht with this compiler?
by tommyb
Thu Sep 06, 2007 10:36 am
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

Thanks for help, i will try your propositions.
by tommyb
Wed Sep 05, 2007 7:27 pm
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

This is my makefile.win

# Project: Projekt próba
# Makefile created by Dev-C++ 4.9.9.2

CPP = g++.exe
CC = gcc.exe
WINDRES = windres.exe
RES =
OBJ = projekt2/Untitled1.o $(RES)
LINKOBJ = projekt2/Untitled1.o $(RES)
LIBS = -L"d:/Dev-Cpp/lib" -L"C:/Irrlicht/include" C:/Irrlicht/lib/Win32-gcc ...
by tommyb
Tue Sep 04, 2007 6:24 pm
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

Heh, it i easier to say than do this, if i good understand i should paste irrlicht.h into my project folder and change directory, i try this but effect is the same, can you tell me stp by step which part of irrlicht i should paste and where? your solution gave no result.

I also pasted the file ...
by tommyb
Tue Sep 04, 2007 5:37 pm
Forum: Beginners Help
Topic: Problem with compiling by DEV C++
Replies: 13
Views: 962

Problem with compiling by DEV C++

Hi, i'm new, i spent last time on creating games in flash, but now i've discovered this site and start using this tutorials, but i have a problem with the first one :oops: . I'm usin DEV C++ 4.9.9.2 And follow the tutorial from main page about using irrlicht and this compiler, i follow all steps ...