Search found 1 match

by DanielChriste
04 Nov 2015, 14:04
Forum: CAD VCL
Topic: Error of closing with simple Viewer CAD in a DLL
Replies: 1
Views: 19388

Error of closing with simple Viewer CAD in a DLL

Daniel I created a DLL to make simple Viewer. If I use the DLL called dynamically, i have an error when I make FreeLibrary(DLLHandle) I do not have this error with a static DLL ? What is the correct procedure to free the component ? The code to open FDNavigatorDX:=TsgDrawingNavigator.Create(Self); F...