I downloaded the Visual Studio Ranger sample application but it doesn't work

I downloaded the Visual Studio Ranger sample application but it doesn't work

Most of the sample projects are with Visual Studio 2003 which did not offer a 64-bit compile option.  Ranger is a 32-bit binary so the application must also be compiled as a 32-bit binary.  32-bit binaries can still be run on a 64-bit operating systems.  The basic limitation is the amount of memory that can be addressed which is generally not an issue.

Set Visual Studio's Link-Advanced-Target Machine option to X86.  See the attached screen shot for an example of where to find this option.


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

    • Related Articles

    • Why doesn’t Ranger Flex recognize my device feature?

      Ranger Flex determines which generic options to display based on the TransportInfo.ini values. Ranger creates the TransportInfo.ini file based on the device features described in the XML layout setup in your plug-in's GetDeviceConfiguration() ...
    • How do I add Ranger ActiveX event handlers to my application?

      Development environments vary in the way they allow you to add ActiveX event handlers. In Visual Studio, right-mouse button click on the Ranger control and select "Add Event Handler" Ranger® - The universal check scanner interface Copyright © 2023 ...
    • How do I use Ranger in a C# or VB.NET web application?

      How do I use Ranger in a C# or VB.NET web application? Ranger cannot be added to a .NET web application in the same way as the sample apps. This is because the C# or VB.NET code is run on the server, and the Ranger ActiveX control must be run ...
    • Should I create a new project or use the sample plug-in code?

      We recommend that you create a new plug-in project and copy in the code that you need from our sample projects. Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet Technology www.sbullet.com
    • Does Ranger work in a Citrix Environment?

      Ranger is not tested in a Citrix Thin Client; Ranger is tested on full operating system installs. Below are some points that would need to be addressed. This is not intended to be a complete list but a starting point: Ranger has to be installed on ...