we are try port this tool to dc,
http://www.bennugd.org/fopen not work ok..
is possible use fopen not including in exe file the rom? extern uint8 romdisk[];
KOS_INIT_ROMDISK(romdisk);
we are create a cdi file , run in emulator and not load our resource file with fopen()include rom in exe = waste mem, and not is possible with kos load a file directly
in cdrom , how in windows ce ?
if (fopen("...."))
printf("exist");
else
printf("not exist");
our example print not exist, we are including all files with bootdreams = cdi,
executable run ok, but fopen work wrong,
only remain this feature
to finish our project ..please help..