Forum: Game Development Jul 23rd, 2009 |
| Replies: 3 Views: 462 1. Needs a library file (*.h ro *.hpp)
#include "myscript.h"
myscript1(); // Call myScript 1
myscript2(); // Call myScript 2
myscript3(); // Call myScript 3 |
Forum: Game Development Jul 23rd, 2009 |
| Replies: 2 Views: 654 try to change From:
#include<IL\ilu.h>
#include<IL\ilut.h>
to:
#include<IL/ilu.h>
#include<IL/ilut.h> |
Forum: Game Development Jul 23rd, 2009 |
| Replies: 2 Views: 654 try to change From:
#include<IL\ilu.h>
#include<IL\ilut.h>
to:
#include<IL/ilu.h>
#include<IL/ilut.h> |
Forum: Game Development Jul 23rd, 2009 |
| Replies: 10 Views: 1,659 Game programming is very good job, but you need to understand
data structure, math, C/C++. and play a lot games, too. Also you need to send a lot time to google, code, debug and pizzas & coke.
... |
Forum: Game Development Jul 23rd, 2009 |
| Replies: 1 Views: 676 Try these urls: http://www.soft32.com/download_1543.html
http://www.activewin.com/directx/
http://www.softwarepatch.com/windows/directx.html
Also you need to understand vector (cross, dot... |