Hi Michal,

as you mention crosscompilation: DJGPP is a DOS version of GNU C,
but of course the big question is which programming languages you
speak and how much effort you want to put in the graphics. From a
low level perspective, switching to 320x200 MCGA mode (256 color,
default or custom palette) would be an easy option to display the
photos as you can access the screen as 320x200 byte array at some
easy-to-reach fixed memory address with basically all compilers,
including all classic 16-bit ones :-) Of course you could also go
for various graphics or GUI libraries for which DOS ports exist,
but that feels really bloated given the description of your plan.

Cheers, Eric



> Hi,
> Recently I have installed freeDOS on 20yrs old PC with the idea of
> letting my now 2yrs old nephew play the "games of my childhood" (word
> rescue etc.) when the time will be right. However, he loves to find
> letters on the keyboard right now - "M for Mum", "D for Dad" etc. So I
> am thinking of writing a simple program which would display a photo and
> waited for the right key. I have never before worked with DOS, it's been
> a while since I wrote in anything else than Qt designer...
> What's the best way to achieve this, is there some nice crosscompilation
> chain to use? What aproach would you suggest?
> Thx.





_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to