09-01-2010 10:30 AM
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,
09-01-2010 11:23 AM
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.
09-01-2010 11:49 AM
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.
09-01-2010 12:20 PM
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).
09-01-2010 04:57 PM
09-01-2010 05:07 PM
Thanks everyone,
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.
06-24-2011 05:37 PM
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
07-12-2011 01:11 AM
Hi,
PLease follow this thread