Hello dear Community,
Best wishes for the new year!
I've a question regarding on the dll compilation. I've developp an application with LabVIEW, which call an external dll to do Something particular. I've used this method to be able to update the function into the dll without generate new application: I've just to stop my application, replace dll and restart application. The dll is generated with LabVIEW too. This application is used on some computers of my society, with run-time engine installation.
It's properly run, but I've a version problem: I can only use a dll compiled with the LabVIEW version corresponding to the higher version of LabVIEW Runtime installed of my computer. For example:
- dll compiled and application build with LV15; LVRTE10 and LVRTE15 installed: OK
- dll compiled and application build with LV15; LVRTE10, LVRTE15 and LVRTE18 installed: NOK
- dll compiled and application build with LV18; LVRTE10, LVRTE15 and LVRTE18 installed: OK
Is it a possibility to compile a dll which can used on a computer which have same or higher LVTRE version? it will be fine if my dll compiled with LV15 could be called on a computer which have LVRTE15, 18 and 19... (like an exe compiled with LV15).
Thank you per advance!