Results 1 to 8 of 8

Thread: Delphi DirectX 9.0 SDK Summer 2004 update

  1. #1

    Delphi DirectX 9.0 SDK Summer 2004 update

    :!: I'm glad to announce release of DirectX headers with libraries, framework and samples for Summer 2004 update SDK! :!:

    New sample framework features fully featured 3D accelerated GUI even with IME enabled edit controls!
    More info at: clootie.narod.ru
    There are only 10 types of people in this world; those who understand binary and those who don't.

  2. #2

    Delphi DirectX 9.0 SDK Summer 2004 update

    great work! but im not brave enough to download from your site at 0.5kb/s (im on 2mbit :shock: )

  3. #3

    Delphi DirectX 9.0 SDK Summer 2004 update

    If you'll reread news text at: http://clootie.narod.ru then you can spot this link: http://sourceforge.net/projects/delphi-dx9sdk :evil:

    There are only 10 types of people in this world; those who understand binary and those who don't.

  4. #4

    Delphi DirectX 9.0 SDK Summer 2004 update

    hehe i downloaded the gui demo anyway but then found i needed the dlls!

    so i downloaded the new dx sdk from ms server (133mb) in 15 mins and installed that (faster then downloading 1mb




    but oh my god that gui is powerfull!

    [edit]

    ive just taken a quick look at dxutgui.pas. is any of the loading/rendering/texturing/creating done inside the d3d dll? so is it possible (i know a LOT of work) to make it into opengl

    its just too powerfull to leave it alone

  5. #5

    Delphi DirectX 9.0 SDK Summer 2004 update

    You'll need DLL's anyway if you don't want to run against D3DX9 DEBUG dll all the time.

    So, have you tried downloading from SourceForge?

    And, yes, it's possible to modify GUI to work under OpenGL, no special gems hidden inside D3DX9.

    PS. There is bug in D3DFramework I can't solve: as you can easily notice window caption is SINGLE LETTER!!! And I just can't fix that without stitching to ansi (from unicode) window class :?
    There are only 10 types of people in this world; those who understand binary and those who don't.

  6. #6

    Delphi DirectX 9.0 SDK Summer 2004 update

    yeah i downloaded it from sourceforge

    ill take a closer look and start my opengl'ing the debug dll isnt *too* much of an isue because im using dx in other parts of my project

  7. #7

    Some fixes required

    There are still references to D3DX9File in the uses clause in the following:
    - D3DX9.pas
    - DXUTmesh.pas

    Thanks for the update, much appreciated!

    -Ad
    "Go .com yourself! >:-P".-Ad

  8. #8

    Delphi DirectX 9.0 SDK Summer 2004 update

    yep, it's called lack of clean testing.
    Now fixed.
    There are only 10 types of people in this world; those who understand binary and those who don't.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •