LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what are the code library function settings should be followed

i have written one win32 dll, in that what are the project settings should i follow to access the dll file from the lab view..
 
i have done the following changes but still its not working,
 
1. Added the library.lib to the dll from the installed path of lab view
2. project settings > settings for All configuration
>C\C++ : category :code generation
 
use run time lib : Multi threaded dll
processor : blend
struct member allignment :1 byte
call convention : _cdecl*
 
For my driver access i have included the sys file.
 
is that anything i have to do other than this,  please tel me the config i hav do for the access
 
0 Kudos
Message 1 of 4
(2,802 Views)

2716jag,

How are you trying to access the DLL from LabVIEW?  Have you tried using the Call Library Function Node?  This should allow you to access the functions within the DLL.  I hope this helps!

Brian T
Applications Engineer

 
0 Kudos
Message 2 of 4
(2,770 Views)
hi ,
Iam using that call library function node. the thing is i created the dll using VC++, so wat are the project settings i have to do in that vc application to access the dll.
0 Kudos
Message 3 of 4
(2,761 Views)

Did you follow the steps in this document? 

Brian T

 
0 Kudos
Message 4 of 4
(2,748 Views)