LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make exe file of "clip board Image inport vi" ?

Hello,

 

Attached vi can import image from clip board.

I found it in discussion forum.

 

I am trying to make exe file of this vi.

But I can not do it. The exe file can not import image.
Would you please teach me how to make exe file of this vi?

 

Thank you,

0 Kudos
Message 1 of 8
(3,841 Views)

First, what LabVIEW "package" do you have. To build a " .exe" in LabVIEW requires the application development toolkit, part of the "Professional Developer" package, but an add-on toolkit for other (Base package) versions.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 8
(3,828 Views)

What do you mean by it cannot import an image? What exactly happens? Your post seems to imply you've already build an application. Or, is this happening in the development environment?

 

There is also information in the LabVIEW Help on creating an executable. Also, see Distributing Applications with the LabVIEW Application Builder.

0 Kudos
Message 3 of 8
(3,817 Views)

Given the nature of that method, I would be very surprised if it is available in the run-time engine.

 

It is pretty easy to roll-your-own clipboard method if you are building a Windows app (probably easy for others, just can't say I know first-hand).

0 Kudos
Message 4 of 8
(3,808 Views)

Thanks ,

 

 

0 Kudos
Message 5 of 8
(3,788 Views)

Thanks

 

I mean;

Even if I make an exe file, it dose not work.

I guess, I need to add some other libraly....

But I am not sure what I need.

 

My actual purpose is;

 Making a vi which Imports an image from clipboard, and making an exe.

0 Kudos
Message 6 of 8
(3,782 Views)

Hello all, can someone save this vi as labview 8.2? I am trying to copy clipboard images from Windows clipboard and write it to a Jpeg while a program is gathering data with 9 different graphs. I can get the screenshot but couldn't figure out how to get the image by labview. 

Thanks.

Emre

0 Kudos
Message 7 of 8
(3,483 Views)