S
Simon Wilton
I use DirectSound form VB6 in an application that will run under XPe. Adding
the support component (DirectVB) works fine, but bloats the image with the
whole of DirectX (D3D, etc) that I don't use.
I have three questions
1) Can I extract the standard component and modify it to remove the
dependencies I don't want
or
2) What is the minimum I need for support of DirectX from VB6 - apart from
the DX8VB.DLL and a dependency on DirectX8?
and
3) Has anyone any idea what is going to happen to the image size if I remove
the VB run-time, replace it with .NET 1.1 framework, port the application
from VB6 to VB.NET and use DirectSound9 instead of DirectSound8?
TIA
Simon
the support component (DirectVB) works fine, but bloats the image with the
whole of DirectX (D3D, etc) that I don't use.
I have three questions
1) Can I extract the standard component and modify it to remove the
dependencies I don't want
or
2) What is the minimum I need for support of DirectX from VB6 - apart from
the DX8VB.DLL and a dependency on DirectX8?
and
3) Has anyone any idea what is going to happen to the image size if I remove
the VB run-time, replace it with .NET 1.1 framework, port the application
from VB6 to VB.NET and use DirectSound9 instead of DirectSound8?
TIA
Simon