PDA

View Full Version : Noob need help by Dev-C++



Kalex
March 3rd, 2006, 18:35
Hello boys and girls.
Hear i am.
And i have a problem.

where can i download the program to scramble DC-data ?

I have download the Dev-c++ 4.9.9.0 and choose it like the tut of Dcemu.
dc-tool and the rest is downloaded too.
But where is the program to scramble ?

and what do i have to write into the makfile if i donīt want use the coders-cable ?
i have try do compile the dc-test, but it donīt funct.

SiZiOUS
March 12th, 2006, 20:41
You can get the scramble utility here (http://www.ngemu.com/download.php?action=get&id=960). The syntax to use it's : scramble mybinary.bin 1ST_READ.BIN (usually).

If you don't want to use the coders cable just comments this line in your makefile (if you are using a sample or a makefile you haven't written) :
#dc-tool -x $(BIN) ...
If you are writing your makefile just ignore to put dc-tool in :D

Kalex
March 27th, 2006, 00:49
Ok, new problem.
A Compiler-problem.
I use the coders cable and following Makfile:


romdisk.img:
genromfs -f romdisk.img -d romdisk -v

romdisk.o: romdisk.img
bin2o romdisk.img romdisk romdisk.o

all-before: romdisk.o


all-after :
dc-tool -t COM1 -b 115200 -x $(BIN)



and i get following mistake:

linker input file unused because linking not done.
i have try to remove Com1 to Com2 but nothing is happening.
My Computer have just 1 Com.

Do i anything wrong or is the cable broken ? or both ?