Open-Agriculture / AgIsoVirtualTerminal

A free, experimental ISO11783-6 Virtual Terminal (VT) server GUI based on AgIsoStack++
GNU General Public License v3.0
13 stars 0 forks source link

Fix PCAN driver DLL was the wrong architecture #13

Closed ad3154 closed 9 months ago

ad3154 commented 9 months ago

On some machines, this DLL was causing the program to fail to run because it was x86 but our other Windows dependencies were compiled for AMD64. Replaced with the 64 bit version of the DLL.

Closes #11