VOGONS


486->MIDI to USB->Laptop->MUNT

Topic actions

Reply 40 of 41, by sergm

User metadata
Rank Oldbie
Rank
Oldbie

Note, that the usb-midi.dll depends on the MSVCR110D and MSVCP110D, the debug versions of the MSVC runtime. This is untrivial to find for most of the users. I highly recommend to recompile targeting for Release and without the MSVCRT dependency. As that driver DLL is to be bound to any multimedia application in the system, it might cause conflicts.

Reply 41 of 41, by sergm

User metadata
Rank Oldbie
Rank
Oldbie

Next thing: you mentioned the registry path for the 32 driver on a 64-bit system:
\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Drivers32

In order for it to work on a 32-bit system, another path should be used:
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32

And in the latter path also the references to 64-bit drivers on 64-bit systems are kept.