Does GRIP work with a 32-Bit system?

Is there a version of GRIP that works on 32 bit-systems? As the 64-bit is not compatible with our development computer

We’re currently working on 32-Bit builds. They should be available in the near future. Keep an eye on #438](https://github.com/WPIRoboticsProjects/GRIP/pull/438). 32-Bit builds should be available not long after it’s merged.

Huh. That’s weird. Either when I upgraded our laptops, I updated to 64-bit, or I’ve done something very wrong then…

We have three Laptops that originally ran 32-bit XP. I upgraded them to 7, still 32. I don’t know how my lead programmer used GRIP on one of them…

They most likely built GRIP manually. You can build a GRIP Runnable Jar on any system you like if you clone the repository. If you want to build an installer (for windows), you must also have InnoSetup installed on your system.

GRIP v1.0.0 had an official 32-bit Windows installer that I just built manually on a fit-PC. The latest version (v1.1.1) doesn’t, since I don’t have access to that machine anymore. Maybe that’s why?

Yes, GRIP does work with a 32-Bit system.

Here is a link for to download GRIP for a 32-Bit system:

https://github.com/WPIRoboticsProjects/GRIP/releases/download/v1.0.0/grip-1.0.0-x86.exe

Inconceivable Programmers

v1.0.0 is a little out of date, but it can probably do for now just to play around with on a 32-bit system. v1.2.0 should be released soon (maybe today or tomorrow?) and we’re working on getting automated 32-bit windows builds.

Here is the newest download for a 32-Bit system:

https://github.com/WPIRoboticsProjects/GRIP/releases/download/v1.2.0/grip-1.2.0-x86_32.exe

Inconceivable Programmers