PDA

View Full Version : XML files in DS



slenkar
02-12-2010, 07:41 PM
can freepascal read and write XML files on the DS?

chronozphere
02-12-2010, 10:22 PM
Almost any programming language/compiler/IDE can work with XML. You just need a lib for that. There are good ones for FPC I believe.

A more important question is, can FPC read/write to files on the DS. I'm not sure, because I don't know anything about the DS, but I assume that that is possible too. ;)

Legolas
03-12-2010, 10:11 AM
As chronozphere has said, you will need a library for that. Better, a small library, because the small amount of memory on the DS. In any case, fpc can r/w files on the DS, by using the libfat library, that is shipped with libndsfpc.