ActiveCDX Beta 2 Version Release using DirectX 3.0

This is the ActiveCDX component for release version using DX3.

ActiveCDX Beta 2 available in several versions:
    acdxocx.zip - release version using the latest DirectX
    acdxd.zip - debug version using the latest DirectX
    acdx3.zip - release version using DirectX 3.0, appropriate for NT.
    acdxd3.zip - debug version using DirectX 3.0, appropriate for NT.

Debug version is to be used for the developer to help in the debugging process, while the release version should be the one that distributed to the end user.

You can register the control using the regsvr32.exe, like this:

regsvr32 activecdx.ocx

To un-register the control:

regsvr32 /u activecdx.ocx

At anytime, you can change the version of the control that the application used by registering other version. It's not necessary to un-register the old control before this. The new registered control will replace the old one. You also don't need to recompile the application. Automatically, the application will use the new registered control.
For example, when you have registered the debug version by using this command:

regsvr32 debug\activecdx.ocx

You can change to the release version by simply issuing this command:

regsvr32 release\activecdx.ocx

And the application you have created using the control will automatically use the release version without any need to recompile the source.