evilC / OneSwitch-Utilities

A set of utilitie to assist disabled people operate computers. In association with OneSwtich.
http://oneswitch.org.uk/
4 stars 0 forks source link

32-bit Vista and Win 7 problem in Pulse #12

Open oneswitch opened 9 years ago

oneswitch commented 9 years ago

Testing on Christopher Hills machine, vJoy seemed to install correctly, but starting Pulse returned these error messages....

  1. The program can't start because MSVCR120.dll is missing from your computer....
  2. pulse.exe ---- Failed to load interface DLL. Trying to locate correct vJoyInterface.dll... Looking in C:\Program Files\vJoy\x86\ .... FOUND. Loading... FAILED.
  3. [VJoy Constructer] LoadLibrary vJoyInterface.dll failed!

Copying all of vJoy's .dll files into the Pulse folder enabled the software to start.

An issue remained with being only able to bind controls once. Trying again did nothing, and I had to quit then restart Pulse in order to bind again.

evilC commented 9 years ago

MSVCRT will be "Microsoft Visual C Run-Time Library". I was not aware that compile AHK scripts required it, but it is a common requirement for lots of stuff and a standard Microsoft library, so you may as well install it. Link for 32-bit windows is here: https://www.microsoft.com/en-gb/download/details.aspx?id=5555 64-bit is here: https://www.microsoft.com/en-gb/download/details.aspx?id=14632

oneswitch commented 9 years ago

Thanks Clive. Waiting on Christopher to allow me to try this.