DirectX needed

Just starting out? Need help? Post your questions and find answers here.
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

DirectX needed

Post by Tomio »

How would you proceed if you want to distribute a (PB)software which needs DirectX 7.0 (e.g.) and the customers are people who probably do not even know that there is something called DirectX (I mean: very normal users, no computer freaks) and you have to assume that in many cases no DX7 or newer exists.

I mean, you can't give a message like "Please update/install DirectX" to those customers.

../tomio
Kris_a
User
User
Posts: 92
Joined: Sun Feb 15, 2004 8:04 pm
Location: Manchester, UK

Post by Kris_a »

Include DirectX with your program? :D
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Post by Tomio »

Kris_a wrote:Include DirectX with your program? :D
a) No copyright violation to have it on my CD?

b)No risk to install it on a foreign computer?

../tomio
Kris_a
User
User
Posts: 92
Joined: Sun Feb 15, 2004 8:04 pm
Location: Manchester, UK

Post by Kris_a »

As far as I know, it's prefectly fine to include the DirectX installer (Downloader). After all, if you need it to actually play the game, it would be silly for Microsoft to reject the privilege :idea:
Soulfire
User
User
Posts: 23
Joined: Mon Mar 08, 2004 7:17 am

Post by Soulfire »

This is 2004, who doesn't have DirectX 7 ?
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Anyone with Linux :P
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Post by Tomio »

Soulfire wrote:This is 2004, who doesn't have DirectX 7 ?
There are many users who over years use the PC as a typewriter and read+write email now and then. They are not interested to have the PC up to date and are afraid to modify anything because they have learned how easy it is to get in trouble with the device if you don't have a good friend. But yet there is software they would like to have. I know two persons of that kind!
../tomio
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Microsoft provides redistributable versions of DirectX to be included in your products.

See here:
http://www.microsoft.com/downloads/deta ... laylang=en

These are usually pretty big (35mb here), and are intended to be included on
Software that is distributed on a CD (like Games).
Better not include a 35mb package in a download version :wink:

The good point about these is, that they work for lots of different Windows
systems, and are also multilanguage. This is not the case with the smaller
download versions, which you have usually 1 version per OS and language.

So if you really have a big project, and want everyone to have an easy
way to install DX, you should include this.
For smaller projects, this is not the best way to go.

Timo
quidquid Latine dictum sit altum videtur
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Post by Tomio »

Thank you all together for the info.
And "redistributable versions of DirectX": never heard of it, but good to know!

../tomio
Post Reply