LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LVWUtil32 utilities for 64-bit LabVIEW

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!

0 Kudos
Message 1 of 4
(3,348 Views)

Use an earlier version of this package which calls user32.dll directly.

 

George Zou
0 Kudos
Message 2 of 4
(3,343 Views)

Thanks for the suggestion.

Is there a link for this somewhere?

0 Kudos
Message 3 of 4
(3,294 Views)

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

0 Kudos
Message 4 of 4
(2,272 Views)