Search found 12 matches
- Tue Aug 22, 2006 4:38 pm
- Forum: Beginners Help
- Topic: program structure
- Replies: 7
- Views: 384
- Tue Aug 22, 2006 12:12 pm
- Forum: Beginners Help
- Topic: program structure
- Replies: 7
- Views: 384
yep I know c++ (i begin but it isn't the first programming language i have learnt). However, because of local vars, i can't write : int main { .... gameLoop(); } void gameLoop { updatePlayerPos(); } void updatePlayerPos { .... } 'cause scene manager (and the others elements of the engine) can't be r...
- Mon Aug 21, 2006 5:09 pm
- Forum: Beginners Help
- Topic: program structure
- Replies: 7
- Views: 384
program structure
Heya
How your apps are organized?
cause global vars are not advised
thx
(sorry for my poor and bad english)
How your apps are organized?
cause global vars are not advised
thx
(sorry for my poor and bad english)
- Tue Apr 25, 2006 11:23 am
- Forum: Beginners Help
- Topic: Direct3d problem...
- Replies: 9
- Views: 556
- Mon Apr 24, 2006 5:08 pm
- Forum: Beginners Help
- Topic: Direct3d problem...
- Replies: 9
- Views: 556
- Mon Apr 24, 2006 12:44 pm
- Forum: Beginners Help
- Topic: DirectX : could not load built-in font
- Replies: 4
- Views: 212
- Mon Apr 24, 2006 8:37 am
- Forum: Beginners Help
- Topic: DirectX : could not load built-in font
- Replies: 4
- Views: 212
- Sat Apr 22, 2006 3:50 pm
- Forum: Beginners Help
- Topic: DirectX : could not load built-in font
- Replies: 4
- Views: 212
DirectX : could not load built-in font
Heya
When I choose DirectX 9.0c or 8.1 as renderer, i get this error :
"ERROR: Could not load built-in Font"
Strange, dxdiag confirms that 9.0c release has been installed.
Ideas?
thx
When I choose DirectX 9.0c or 8.1 as renderer, i get this error :
"ERROR: Could not load built-in Font"
Strange, dxdiag confirms that 9.0c release has been installed.
Ideas?
thx
- Mon Apr 17, 2006 6:12 pm
- Forum: Beginners Help
- Topic: Irrlicht & MingW
- Replies: 5
- Views: 283
- Mon Apr 17, 2006 11:06 am
- Forum: Beginners Help
- Topic: Irrlicht & MingW
- Replies: 5
- Views: 283
Irrlicht & MingW
Hi @ all
I'm searching to install irrlicht to MingW, but I don't find the solution here because you are using ide's
and I don't want to work with an ide
Can anyone help me?
thx
I'm searching to install irrlicht to MingW, but I don't find the solution here because you are using ide's
and I don't want to work with an ide
Can anyone help me?
thx
- Fri Mar 03, 2006 10:59 am
- Forum: Beginners Help
- Topic: Could not load sydney.md2
- Replies: 2
- Views: 307
- Thu Mar 02, 2006 8:27 pm
- Forum: Beginners Help
- Topic: Could not load sydney.md2
- Replies: 2
- Views: 307
Could not load sydney.md2
Heya When I run the HelloWorld_vb .NET example, I get the following error : "Could not load mesh ..\..\media\sydney.md2, exiting." althought the mesh is in the good place. I also tried to put sydney.md2 in the project's directory and to change the paths in the code, but i still get this er...