01-29-2009 06:53 PM
Hi,
I generated a DLL using Labview. It's only a few hundred KB.
When I run the application built in Fortran, I was asked to install the Labview runtime engine, which is roughly 100MB.
Is there any way to use this DLL without installing the Labview runtime engine?
Or can we build an application-specific runtime engine that is much smaller in size for ease of distribution?
Best regards,
Victor King
01-29-2009 07:43 PM
Unfortunately, the answers to your two questions are (in order): No and No.
You still need the runtime engine - which is not "trimable"
Mike...
01-29-2009 09:19 PM
Hi, Mike,
Is there any special reason that Labview does not allow us to trim the runtime engine?
I do not think this is technically impossible.
Or because this functionality is not necessary?
Best regards,
Victor King
01-29-2009 11:26 PM
01-30-2009 04:46 AM
You may look at the import table for this dll. The import table will tell you which other DLLs who i called by this dll. These DLL may again call others DLLs. But you can try this tool http://www.dependencywalker.com/
good luck