use dx7vb.dll in Purebasic

Just starting out? Need help? Post your questions and find answers here.
S.M.
Enthusiast
Enthusiast
Posts: 118
Joined: Sat Apr 24, 2004 1:11 pm
Contact:

use dx7vb.dll in Purebasic

Post by S.M. »

Hello

Is it allowed to use the dx7vb.dll in Purebasic applications ? (also in commercial applications ?)

regards
Stefan
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

well i'm sure you could if you installed the managed directx package from MS, but i have no idea why you would want to.
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Post by Rescator »

If it's a online distributed app then point them to the DirectX site and update page.

If it's retail, then include the DirectX 9.0c (or later) redistributable.
it should be somewhere on the M$ site.
S.M.
Enthusiast
Enthusiast
Posts: 118
Joined: Sat Apr 24, 2004 1:11 pm
Contact:

Post by S.M. »

Hi

@dracflamloc
well i'm sure you could if you installed the managed directx package from MS, but i have no idea why you would want to.
I want to use the managed version of DirectX because it is easier to use.
@Rescator
If it's retail, then include the DirectX 9.0c (or later) redistributable.
it should be somewhere on the M$ site.
Isn't the Library a part of Visual Basic ? :?

regards
Stefan
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

That DLL is not for the managed version of DirectX, don't know who thought that .. It came out with DirectX7 redistributable, and it allows (real) vb coders to use directx .. it's only an interface for VB users.. PB users are not restricted to use that ... fortunately ...

Plus the use of managed dx is only easier for managed scripting languages. aka .net. not a real language like PB.
S.M.
Enthusiast
Enthusiast
Posts: 118
Joined: Sat Apr 24, 2004 1:11 pm
Contact:

Post by S.M. »

Thanks Shannara. You helped me very much. :D :D
regards
Stefan
Post Reply