JonSpence |
Member |
|
|
Joined: 27 Oct 2004 |
Posts: 3 |
|
|
|
 |
 |
 |
|
First you will need to download a ddk.
I use RexDK which you can download from this helpfull rex user
http://www.rexstuff.com/
You will need to edit the make.bat file in each project directory so that the Paths are right, try on
CalDemo or the sample project.
It is easier to use a command window (MSDos prompt) so that you can see if there are any compelation errors.
Now the autor of battle obviously used a different DDK as lines 390 and 391 give problems.
Move the lines that definition weak and strong to just below armorlist
Ie move these to global definitions and the file will compile but you still will not have an addin. You need a battle.bmp file and battle.txt is used to name the addin. Look at how it's done in other projects.
I also recoment that you download the emulator if you intend any true development. Also don't forget to check the size of your code
dir *.bin
anything over 8190 bytes will NOT work.
You can get around this using library calls check other peoples source for how.
Jon |
|