Hello,
I'm trying to use TTMSFNCGoogleMaps inside a dll. Sometimes, when you free the object and unload the dll, the application crashes and you have to terminate it.
This behaviour occour after 3 or 4 times of proper operation.
Can you help me?
Thanks
Hi,
This might be related to the cache removal process. Can you set the property TMSFNCGoogleMaps1.AutoClearCache := False;
see if that fixes the issue?
I've tried but this won't fix the issue
Could you put together a small sample?