[Lazarus] Mutlithreaded Dll Callback crashes my Application
José Mejuto
joshyfun at gmail.com
Wed Aug 25 19:48:05 CEST 2010
Hello Lazarus-List,
Wednesday, August 25, 2010, 8:44:53 AM, you wrote:
MW> I've packed the runtime env dlls and put them on my ftp server.
MW> They are too big to attach to the mail on the list.
MW> Server : support-ftp.wobe-team.com
MW> The file u need : Microsoft.VC80.CRT.zip
MW> Put the files into the directory of the dll and it works.
Thank you. I was able to debug the code and seems that the problem is
in the DLL side, because setting the callback to "nil" the code should
never callback due:
if (NULL != data && NULL != data->pCBFunc){
And even when no callback occurs the crash happends. I'll try to
refine the problem search.
--
Best regards,
José
More information about the Lazarus
mailing list