@d.w.b wrote:
I have a LV 2015 SP1 32-bit project that has a niceiplib.lvlib dependency due to AppBuilder/AB_API calls which finds the 64-bit DLL as missing; why is this... does not crash on it. It does not prevent an .exe build but the AB_API calls are just in a VI that is in the project file not in the top level or always included VIs' hierarchy. The former behavior is the same when opened in LV 2023 Q3 32-bit (23.3.1f1).
Could the 64 bit dll be referenced somewhere?
The dll might even try to load a default (64 bit) dll if the "specify on diagram" path is wired. Not too sure though.
The convenient way to refer to a dll is with my_dll*.*, where LV will replace the first * with 32 or 64, and the second * with dll (windows) or a (or o?)(Linux).