LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does there any defferent between LVX64 and LVX86 that call winapi?

I try to  how to let a vi window shown on top of desktop by call winapi. The  vi work well at LV2014 X86, but it cannot work at LV2017 X64. Does there any defferent between LVX64 and LVX86 that call winapi?

0 Kudos
Message 1 of 2
(2,386 Views)

@seanwin wrote:

I try to  how to let a vi window shown on top of desktop by call winapi. The  vi work well at LV2014 X86, but it cannot work at LV2017 X64. Does there any defferent between LVX64 and LVX86 that call winapi?


Almost certainly a pointer size problem. You need to change 32 bit inputs\outputs to pointer sized input\outputs.

 

A question would be: Are you sure you need to do this? Does frontmost=true, making it modal, or floating not work?

0 Kudos
Message 2 of 2
(2,360 Views)