06-14-2018 04:20 PM
I'm looking into the possibility of embedding some external executables into the LabVIEW interface.
Following several rabbit holes I've come across the LVWUtil32 utilities which help with this considerably, and looks like it might work for what I'm trying to do.
However, if I go this route I know that I'm eventually going to need to update this project to 64-bit LabVIEW. Which brings me to the point of: was this LVWUtil32.dll ever compiled for 64-bit LabVIEW?
The information on the help url doesn't address this other than saying that this is specifically for 32-bit systems
http://www.ni.com/example/29935/en/
The best work around I can find is that I *think* I can use the windows "user32.dll" to call the functions that I need... however writing wrappers for these dll interfaces is not something I'm particularly skilled at... so it's less than ideal.
Anyone have any experience trying to deal with this type of thing?
Thanks!
06-14-2018 04:56 PM
Use an earlier version of this package which calls user32.dll directly.
06-15-2018 03:15 PM
Thanks for the suggestion.
Is there a link for this somewhere?
11-02-2020 02:50 AM
Hi jyoung8711
Were you able to figure this out? I have the same problem, my application is x64 but the LVWUtil32 is only available as 32bit