Files to be included with your application |
|
Important note about installed version
This section of the documentation applies to the full purchased version only: the trial version of the component comes with an internal protection schema against fraudulent uses which will block most functionalities when the component is redistributed outside of the development machine where the trial version was originally installed through the provided setup program.
|
Files that you need to redistribute with your application depend upon the platform target:
• | If compiling for "Any CPU" |
- the x86 version of the the control's binary AdjConsole.OCX
- the x86 version of the engine DjConsMmsEng.DLL
- the x64 version of the the control's binary AdjConsole64.OCX
- the x64 version of the engine DjConsMmsEng64.DLL
• | If compiling specifically for x86 |
- the x86 version of the the control's binary AdjConsole.OCX
- the x86 version of the engine DjConsMmsEng.DLL
• | If compiling specifically for x64 |
- the x64 version of the the control's binary AdjConsole64.OCX
- the x64 version of the engine DjConsMmsEng64.DLL
You can find redistributable files mentioned above inside the folder in which you installed Active MIDI DJ Console (default "C:\Program Files\MultiMedia Soft\Active MIDI DJ Console\Redist").
Important note about the folder chosen for installing our files
In order to avoid the "DLL Hell" problem, it's strongly recommended that you install the mentioned files into the same folder in which you will install the EXE of your container application on the target system and not inside the Windows\System32 or Windows\SysWOW64 folders.
|
In order for the control to register and work correctly on the target system, the following is a summary of the Microsoft Windows libraries that must be available on the target system:
OLEAUT32.DLL
OLEPRO32.DLL
WINMM.DLL
Special notes
• | If you are using the Microsoft Visual Studio "Package and Deployment Wizard" for packaging your applications, be sure that Oleaut32.dll and Olepro32.dll libraries are taken from your Windows\System32 directory: by default this wizard makes use of an outdated version of the mentioned libraries that could cause failures while registering any ActiveX control on the target system. |