LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Rename VI in dll

Solved!
Go to solution

When building a dll, I select "Rename this file in the build" for an exported vi and enter a different vi name.  I expected this would change the exported function name in the dll, but it doesn't.  Is it supposed to?

 

TIA,

Bill F

0 Kudos
Message 1 of 2
(2,188 Views)
Solution
Accepted by topic author bfarley

If you want to change the exported function name in the dll, you need to go to

Build Specifications->Shared Library (DLL)->Source Files->select file for export and then change it in "Define Prototype..."

 

Renaming the file in the build in "Source File Settings" does not affect the name of the exported function name. So this behavior is deliberate.

 

Marek S.

Message 2 of 2
(2,137 Views)