Problem with Win2000 and Text

I wrote a program thatt displays text.
It works fine on Win95/98/NT but on Win2000 the Text doesn´t appear on the screen.

Can anybody help me?

a link to source that exhibits this problem would be nice. i can think of several ways to display text, but all of them work in win2k…

Thank you. I´ll do that the next time when I need help.
I solved the problem by myself. In the
CreateFont operatin I changed ANSI_CHARSET into DEFAULT_CHARSET and then it worked on Win2k, too.