memory leak

Nic Prioleau nickp at didata.bw
Thu Mar 8 08:12:36 EST 2007


Hi,
 
I have an app that uses as auto update stack which is also compiled as my standalone. It launches "mainstack" stack that connects to mySQL. I have put my externals reference into the "mainStack" as follows:
 
Put sys_appPath(true) & "/data/externals/revxml.dll" &cr after tExternals
Put sys_appPath(true) & "/data/externals/dbMysql.dll" &cr after tExternals (and so on)

Set the externals of this stack to tExternals
Put sys_AppPath(true) & "/data/externals/" into theDrivers
RevSetDatabaseDriverPath theDrivers
 
This actually works fine with no errors or anything but when I CLOSE my standalone app, I am getting an error "mcDummy - the instruction at ..... Referenced memory at ..... The memory could no be read"
 
I really am stumped here coz this was never happening before and I obviously changed something without realising and have not been able to get rid of this problem. I do know that when I remove the "data" directory, I no longer have the problem but then I cannot connect to my DB!!
 
Any suggestions??
 
Thanks
Regards
Nic
#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal
#####################################################################################



More information about the use-livecode mailing list