03-30-2011 04:37 AM
Gents,
I have recently installed CVI2010 (10.0.0 build 360) and I have an issue with the resource tracking window.
When I unregister a DDE server using UnregisterDDEServer function, I have no error message but DDE server always appear in the resource tracking window under DDE library categorie.
best regards
Stéphane
04-04-2011 02:57 AM
Good morning,
Could you post a screenshot of your resource tracking window and your cvi code if it's possible?
Regards,
Nicolas M.
National Instruments France
Journées Techniques LabVIEW 2012 : du 27 septembre au 22 novembre
2 sessions en parallèle : Débuter avec LabVIEW - Développer avec LabVIEW
06-20-2011 03:23 AM
Nicolas,
Here a screenshot of a very small application that reproduce the issue. I just register and unregister a DDE server and the resource still appear in the resource tracking pane.
Regards,
Stéphane
06-20-2011 03:25 AM
Nicolas,
Here a screenshot of a very small application that reproduce the issue. I just register and unregister a DDE server and the resource still appear in the resource tracking pane.
Regards,
Stéphane
06-20-2011 09:19 AM
Hi,
I made some tests with your code and i had the same problem.
Could you try to use the DDE server after unregister it?
If you have an error, the server is unregistered.
Regards,
Nicolas M.
National Instruments France
Journées Techniques LabVIEW 2012 : du 27 septembre au 22 novembre
2 sessions en parallèle : Débuter avec LabVIEW - Développer avec LabVIEW
06-21-2011 01:15 AM
Hello,
I confirm that the server is properly unregistered after the function call but the fact that something appear in the resource tracking could indicate that some memory has not been freed.
regards,
Stephane