skfink Posted November 9, 2005 Report Share Posted November 9, 2005 Hi, I would like to use LabView for the Hardware Interface and also for Internet and WLan because everything is allready prepared for that, but I would like to have for some other Applications a special GUI written by Delphi, because the probabilities are much bigger with Delphi. So is it possibel to save the LabView Program as a dll? Or is there another way? Quote Link to comment
Khalid Posted November 9, 2005 Report Share Posted November 9, 2005 See the following KnowledgeBase article: http://digital.ni.com/public.nsf/allkb/709...6256DD4004F3DE6 If the above link doesn't work, search NI's website for "3337DOV4" Regards, -Khalid Quote Link to comment
bogdani Posted November 9, 2005 Report Share Posted November 9, 2005 Hi,So is it possibel to save the LabView Program as a dll? Hi There is no problem to build LabVIEW program as dll. When you are using Build Application or Shared Library (DLL)... you can compile your program to exe or dll. You must only select what you want. bogdani Quote Link to comment
lavezza Posted November 10, 2005 Report Share Posted November 10, 2005 Be advised that you will need either: 1) LabVIEW Professional or 2) LabVIEW Base/Full with the Application Builder add-on LabVIEW Base or Full by themselves can not build .exe or .dll Pat Quote Link to comment
skfink Posted November 11, 2005 Author Report Share Posted November 11, 2005 but how do I know the function that I have to call in Delphi (in my case)? First I thought that the function description would be in the *.h file but it's not. Of course I could just gess the syntax by using the dll name as function name and fill the paramaters in order as I created them in LabView, but would be better to have a decent description. And how do I have to handle clusters? Is that a Record in Delphi? There are also other types that could be a problem, like a notifier. Quote Link to comment
Khalid Posted November 11, 2005 Report Share Posted November 11, 2005 You may find the following useful: http://zone.ni.com/devzone/devzoneweb.nsf/...62568FF00696FBE http://zone.ni.com/devzone/devzoneweb.nsf/...62569060074F0CB Regards, -Khalid PS: I apologize for redirecting you to these tutorials rather than helping you directly -- I feel these give good background info' to what you're trying to do. Quote Link to comment
Mike Ashe Posted November 23, 2005 Report Share Posted November 23, 2005 <RTFM> Open LabVIEW, use menu: Help >> VI, Function & How To Help ... Once LabVIEW help opens go to: Creating VIs and SubVIs >> Building Stand-Alone Applications or Shared Libraries (DLLs) Or just search on "DLL" There are about a dozen articles there to help you do apps & DLLS </RTFM> Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.