Discussion:
aladdin hardlock and LabVIEW?
(too old to reply)
Steve257
2008-08-13 21:40:07 UTC
Permalink
Does anyone have a VI to allow a LabVIEW VI to look for the presence of a correct Aladdin Hardlock?  We're about to distribute some compiled VI's as products, and we'd like to protect them from unauthorized use/copying utilizing our existing Aladdin Hardlock system.
muks
2008-08-14 08:40:19 UTC
Permalink
<a href="http://forums.ni.com/ni/board/message?board.id=170&amp;thread.id=125838" target="_blank">This</a> is what i got searching the forum
Britoa
2008-08-14 12:10:04 UTC
Permalink
If you haven't already yet, contact the people at aladin about it and get a dev kit.&nbsp; There are examples (in C++/#) that are pretty easy to follow for learning what to do and in what order.&nbsp; The DLL they give you is .NET based, so if you use a .NET constructor, you can access most of the functionallity.&nbsp;&nbsp;&nbsp; &nbsp;I sadly can't post our code (it's too embeded in our work right now) but that should get you going pretty well.&nbsp;Also: The DLL &quot;hasp_windows_demo_master.dll&quot; NEEDS to be in with the VI/EXE for it to function correctly.&nbsp;
Otherwise the error 400: HASP_NO_API_DY_LIB happens during login.&nbsp;&nbsp; (this is a comment in my VI, I guess that when we get our own hasp master dll, that will need to be there instead.)
Loading...