12-07-2006 12:53 PM
12-08-2006 09:15 AM
12-12-2006 12:56 AM
@Muhibbi wrote:
Hi, I'm building a user interface for a certain controller in LabVIEW and I want to make it possible so that the user can reach the source code of the dll and edit it accordingly. Is there any way to call the c-code in CVI from the front panel, so that you can edit the code and recompile the dll while the VI is running? (obviously, the VI that contains the DLL node must be restarted once the DLL is updated, so I am planning to do the task in a separate VI)
Also make sure to load the VI that accesses the DLL functions dynamically. LabVIEW locks any DLL that is loaded into memory and you won't be able to replace the old DLL with a new one as long as any VI accessing one of the DLL functions is in memory.
Rolf Kalbermatter