02-20-2025 09:48 AM
Hello, hello,
I'm asking here because I'm doing the C code...
I just created a DLL for use in LabView, based on some 64-bit libraries, but the LV dev refused it, saying he needs a 32-bit DLL.
I feel stuck: I cannot recompile the undelying libs. Is there a way out ?
02-21-2025 12:51 AM
64-bit code can only be linked and executed by a 64-bit process. The LabVIEW user needs to install the 64-bit version of LabVIEW!
02-21-2025 02:41 AM
Yeah, I should have checked the download page of LV first ! Anyway, I'm currently discussing why they still use an antiquated version of LV...
02-21-2025 10:00 AM
@gdargaud wrote:
Anyway, I'm currently discussing why they still use an antiquated version of LV...
32bit is not "antiquated", just a different flavor of the same vintage.
There could be many reasons to use 32 bit,
Maybe your libraries are also available in 32 bit?