LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem adding specific dll to CVI dll by absolute path

Spoiler
 

Hello All,


I have a library, header and is dll (functions.lib, functions.h and functions.dll) those are located in a specific path c:\dll_example\functions.* I don't have its source code (and I hope I don't need it).


Then, I am creating a dll with LabWindows/CVI 7.1 and in this new dll, in a different path (c:\dll_new_example\new.dll), I am including the above library by its path -> c:\dll_example\functions.lib.


After that I use this new dll in a TestStand 3.1 sequence and I got the error "Could not find functions.lib".


The only way to use my new dll is to add the functions.lib/h/dll to the same path of the new one. But this is not what I want. I would like to use it from a different path.


Is there any way to do it?


Thanks,

Pedro Moreira

0 Kudos
Message 1 of 2
(2,731 Views)

Hi Pedro,

 

Have you tried to call your new_dll from a simple CVI code before porting it to TestStand ? Also you can define Search directories in TestStand.

 

Regards,

 

Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.

0 Kudos
Message 2 of 2
(2,716 Views)