Results 1 to 4 of 4

Thread: IDirect3DDevice7 cannot be made

  1. #1

    IDirect3DDevice7 cannot be made

    I would appreciate it if someone can help me.

    When I select DO3D to get hardware acceleration with begin and endScene I get an ugly error message: IDirect3DDevice7 cannot be made. Using latest unDelphiX.

    Anyone had the same problem?

    [pascal]
    if not (doDirectX7Mode in DXDrawGame.Options) then
    DXDrawGame.Options := DXDrawGame.Options + [doDirectX7Mode];
    if not (doHardware in DXDrawGame.Options) then
    DXDrawGame.Options := DXDrawGame.Options + [doHardware];
    if not (do3D in DXDrawGame.Options) then
    DXDrawGame.Options := DXDrawGame.Options + [do3D];
    if doSystemMemory in DXDrawGame.Options then
    DXDrawGame.Options := DXDrawGame.Options - [doSystemMemory];
    DXDrawGame.Initialize;[/pascal]
    Wake up from the dream and live your life to the full

  2. #2

    Re: IDirect3DDevice7 cannot be made

    Do you have DirectX installed in your system ?

    Kotai
    www.kotai.es
    www.remakesonline.com -> Nemesis Online & Bubble Bobble Online & Castlevania Online & Penguin Adventure Online
    www.miniracingonline.com

  3. #3

    Re: IDirect3DDevice7 cannot be made

    Yes I do, I actually asked the same question to Jaro Benes and he says it's because I use a larger image file than DirectX can handle...
    Wake up from the dream and live your life to the full

  4. #4

    Re: IDirect3DDevice7 cannot be made

    I'll repair interface and I'll make the enhacement for check texture size in low level od DelphiX in near DelphiX version.
    Ijcro.

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
  •