Where can I find the Ranger.DLL file?

Where can I find the Ranger.DLL file?

By default, the Ranger.dll is installed in the same location as Ranger.ocx:
  1. (64bit OS): C:\Program Files (x86)\Silver Bullet Technology\Ranger\Ranger.dll
  2. (32bit OS): C:\Program Files\Silver Bullet Technology\Ranger\Ranger.dll
If your application is not using the default path or Ranger installer for placement of files, the easiest place to put Ranger.dll for an application to load is in the default paths searched by Windows for a LoadLibrary call. The first of these paths is the same path as the executable file itself so your code could just be LoadLibrary("Ranger.dll") in that instance.

Ranger.dll requires there to be a Scanner Plug-ins folder in the same location as the Ranger.dll so that plug-ins may be located and loaded properly.

The best practice is to provide a fully qualified path to the Ranger.dll to ensure you load the DLL you intend to load.

For more information on LoadLibrary search order, visit Microsoft's article on DLL search order.



Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com