06-18-2025 05:45 PM
Hello,
I have upgraded from LabVIEW 2017 to 2024 version and as I am upgrading my previously saved source code, I ran into an issue with the dll used for communication with the programmer; Find The Shared Library Name "GANG430dll". I have Texas Instrument's "MSP-GANG Programmer" installed onto my PC but I am not sure if I need to install something else, or if this is even compatible with this version of LabVIEW (2024). any insight would be appreciated.
06-18-2025 07:12 PM
Does the "MSP-GANG Programmer" install directory (probably somewhere in Program Files or Program Files (x86) ) contain the DLL? I would start by checking there.
06-19-2025 03:06 AM - edited 06-19-2025 03:07 AM
Hi Dark,
@thedarkmagician wrote:
I have upgraded from LabVIEW 2017 to 2024 version and as I am upgrading my previously saved source code,
Did you change the bitness of your LabVIEW installation?
Is that DLL provided for 64bit or 32bit environments?
06-19-2025 12:53 PM
it looks like I had the dll in the wrong directory. Moved it over to where my code was calling this out to and it worked now, thanks !