08-06-2019 06:45 AM
Hello All,
I am trying to build .exe which need to use .dll.
In block diagram, I use functions strip path and build path. Dll file is on the same location as .exe application.
Please check att.
I tried to build application by putting dll in always included, but it seams that doesn't work in that way.
Can you please advise.
Thank you.
Solved! Go to Solution.
08-06-2019 09:36 AM
Look at the help for the Current VI's Path:
Note To obtain the path to the directory containing the application, use the Application Directory VI.
Me thinks you are using the wrong path.
mcduff
08-06-2019 09:56 AM
Start reading here about what causes this. (... but I also recommend to place the dll into the "data" folder for consistency and adjust the path accordingly).