Search:

Type: Posts; User: TFS_Waldo

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,204

    GameDev.net??

    Well, I haven't been online in a few months. I just got on and tried to view GameDev.net, a regular community for me, but it wasn't there. What happened?
  2. Replies
    7
    Views
    1,668

    I've never ...

    I've never had problems with the DirectX 9 SDK using Visual C++ 6.0. I have VS 6.0 Enterprise Edition. And I have done quite a bit of DX9, and never had problems as far as linking to DX9, etc.
  3. Thread: saving font

    by TFS_Waldo
    Replies
    6
    Views
    1,457

    The registry, maybe?

    Have you looked into registry programming. That's usually where programs store a font. Or maybe you could write the 'LOGFONT' object to a pre-created file (such as 'data/font.dat') and reading it...
  4. Replies
    4
    Views
    2,665

    Well, here's a thought. =)

    Well, you can use OpenGL from within SDL. It makes it a little easier than using the Win32 API to create a window, etc. You just have to setup SDL for OpenGL, and initialize OpenGL. And that's it.
    ...
Results 1 to 4 of 4