Problem creating an application (exe)

Post your LabVIEW discussions here
Post Reply
Tobi
Newbie
Posts: 0
Joined: Mon Mar 19, 2018 2:11 pm

Problem creating an application (exe)

Post by Tobi »

Hello,

I am using a PicoScope 2204A and its SDK (Jul 11 2017, 32-bit). In my Labview project I use the example PicoScope2000ExampleBlock.vi.

If I want to create an exe now, I get the error message :

Code: Select all

Error copying files.
Source: ..\..\..\Program Files (x86)\Pico Technology\SDK\lib\ps2000Wrap.dll
Destination: C:\Test\builds\TestApp\TestApplication\data\ps2000Wrap.dll

Error 1 occurred at AB_Destination.lvclass:Copy_File.vi -> AB_Source.lvclass:Copy_SourceItem.vi

Possible reason(s):

LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
=========================
Command requires GPIB Controller to be Controller-In-Charge.
My LabVIEW project is error-free and can be executed. The ps2000Wrap.dll is present in the source folder.
Can anyone help?
Regards,
Tobi

EDIT:
I found the answer in this post: topic33991.html
Thank you!

Post Reply