[Experimental] Graphic output for old/lowest-end graphic cards

Hard Core Rikki
Member
Posts: 78
Joined: Tue Apr 08, 2008 12:26 pm

[Experimental] Graphic output for old/lowest-end graphic cards

Post by Hard Core Rikki »

The periodic dx runtimes are not truly supported. DirectX is just backwardcompatible, nothing more.

Last edited by Hard Core Rikki on Tue May 27, 2008 1:20 pm, edited 1 time in total.
I.S.T.
Member
Posts: 80
Joined: Sun Mar 23, 2008 12:41 pm

[Experimental] Graphic output for old/lowest-end graphic cards

Post by I.S.T. »

I believe the last DX runtime update that works in ME and possibly lower is DX931.dll or whatever it's called.

Last edited by I.S.T. on Tue May 27, 2008 5:58 pm, edited 1 time in total.
spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

[Experimental] Graphic output for old/lowest-end graphic cards

Post by spacy51 »

Windows 95, Windows 98 and Windows ME Are Unsupported by the DirectX SDK 

Starting with the December 2006 SDK, the DirectX SDK does not support targeting of applications for Windows 95, Windows 98, Windows 98 SE, or Windows ME. The D3DX DLL does not install or load on these legacy operating systems. To support these legacy operating systems, use the October 2006 SDK or an earlier version.

 

http://www.microsoft.com/downloads/details.aspx?FamilyID=572be8a6-263a-4424-a7fe-69cff1a5b180&DisplayLang=en

 

 

The good thing is, that the D3D X DLL in VBA is just needed for text rendering and nothing else, so without it it should run fine. Or just disable D3D in a build.

Last edited by spacy51 on Wed May 28, 2008 9:43 am, edited 1 time in total.
Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

[Experimental] Graphic output for old/lowest-end graphic cards

Post by Squall Leonhart »

 

Dx9C does not run on Win98 i believe. the max is 9b

Cobra
Junior Member
Posts: 2
Joined: Wed Mar 19, 2008 3:54 pm

[Experimental] Graphic output for old/lowest-end graphic cards

Post by Cobra »

The latest DirectX for Windows 98 and 98se is the DirectX Redist October 2006, Found here:

http://www.microsoft.com/downloads/details.aspx?FamilyID=013c0f78-3c9b-44dc-b8be-46783bcac3cb&DisplayLang=en

 

Don't know if it's 9.0c or not though...

Post Reply