Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. DirectX9 and windows XP

DirectX9 and windows XP

Scheduled Pinned Locked Moved C / C++ / MFC
questiongame-dev
7 Posts 5 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hanan888
    wrote on last edited by
    #1

    We are developing a game using DirectX9. We are trying to answer the question - does XP users already have DirectX9 installed or to we need to bring it with us ?

    CPalliniC T H R 5 Replies Last reply
    0
    • H Hanan888

      We are developing a game using DirectX9. We are trying to answer the question - does XP users already have DirectX9 installed or to we need to bring it with us ?

      CPalliniC Offline
      CPalliniC Offline
      CPallini
      wrote on last edited by
      #2

      Usually (commercial) games provide appropriate DirectX setup. :)

      If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
      This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke

      In testa che avete, signor di Ceprano?

      1 Reply Last reply
      0
      • H Hanan888

        We are developing a game using DirectX9. We are trying to answer the question - does XP users already have DirectX9 installed or to we need to bring it with us ?

        T Offline
        T Offline
        toxcct
        wrote on last edited by
        #3

        you're kidding right ? XP (even SP3 !) doesn't provide any version of DirectX. YOU have to install it when installing your game.

        [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

        R 1 Reply Last reply
        0
        • H Hanan888

          We are developing a game using DirectX9. We are trying to answer the question - does XP users already have DirectX9 installed or to we need to bring it with us ?

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          Of course it depends to users for example I install Directx myself.

          1 Reply Last reply
          0
          • H Hanan888

            We are developing a game using DirectX9. We are trying to answer the question - does XP users already have DirectX9 installed or to we need to bring it with us ?

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #5

            You could use of DirectX10[^]. (why 1) Directx10 is not good!?

            modified on Thursday, May 22, 2008 12:46 PM

            1 Reply Last reply
            0
            • T toxcct

              you're kidding right ? XP (even SP3 !) doesn't provide any version of DirectX. YOU have to install it when installing your game.

              [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

              R Offline
              R Offline
              Rajkumar R
              wrote on last edited by
              #6

              toxcct wrote:

              XP (even SP3 !) doesn't provide any version of DirectX.

              No, Most of the windows after windows 98 is shipped with default directX runtime. DirectX is a crucial system component, for example Windows Media Player is based on DirectX renderer. Windows XP shipped with DirectX 8.1, while SP2 updates to DirectX 9c. see this "DirectX 9c 0x00000387 4.09.00.0903. This is an incremental update, which includes DirectX 9b updates, plus additional updates for Windows XP Service Pack 2 (SP2). This is the default version for SP2." and " DirectX 8 versions do not install on Windows XP. Windows XP shipped with DirectX 8.1 and the DirectX 8.1a and DirectX 8.1b updates were included in Windows XP Service Pack 1" from [DirectXSetupGetVersion^]. for a list of Directx version released from win98 to win vista see here [DirectX^]

              modified on Thursday, May 22, 2008 1:42 PM

              1 Reply Last reply
              0
              • H Hanan888

                We are developing a game using DirectX9. We are trying to answer the question - does XP users already have DirectX9 installed or to we need to bring it with us ?

                R Offline
                R Offline
                Rajkumar R
                wrote on last edited by
                #7

                see here[DirectXSetupGetVersion^], winxp shipped with default directx 8.1, while windows XP SP2 updates to directx 9c. See the API DirectXSetupGetVersion which gets the version of directx currently installed in the system, if that matched or higher you can run your application or install programmatically or ask user to install the required directx version runtime. [Added] And DirectX SDK has samples demonstating these (1 )DXInstall_(DXInstall is an example of how to use DirectXSetup interfaces to install the DirectX subsystem and DirectX drivers)_ (2) GetDXVer (to get the version of directx installed) [/Added]

                modified on Thursday, May 22, 2008 1:35 PM

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups