07-15-2011 02:57 PM
Hi All,
I have a problem adding dll to the DEPENDENCIES catergory of my project.
a.vi calls b.dll, and b.dll calls c.dll. So c.dll won't be added in DEPENDENCIES. I can only add c.dll to My Computer catergory(shown in the picture).
If I compile the vi to a stand-alone file, the stand-alone file fail to work.
Thank you so much for your advise.
07-15-2011 04:22 PM
I figured it out. just add the dll as always include.
Anyone reading this post, have a great weekend!
07-16-2011 12:02 AM - edited 07-16-2011 12:03 AM
Not for report generation, but teh snapshot folder and "always include" process is described here for things that don't get automagically included as dependencies:
http://digital.ni.com/public.nsf/allkb/8A0E6274D9BD7B1986256F62006AD402
HTH.