This is my prog's code:
http://www.geocities.com/c_pruell/twoyearsago.txt
And this is the program, to some extent I'm satisfied with this simple 'game':
http://www.geocities.com/c_pruell/Example.zip

Here is my problem:
I'd like to implement some kind of 'Collect Coins & Get Scores as a reward' system, but can't find a way to produce Text Output with DirectX. There are no commands like 'DrawText' in DirectX. But I don't want to use API Functions, they don't seem to work together properly with DirectX. Will I need to create Sprites for the letters?? Perhaps one could get resources somewhere on the web, something like 'letters as Sprites for DirectX programers'? So far I couldn't find sth like that.
Any help is welcome.
Thx in advance.