Hi,
I invoke a DLL from my VB 6 project. It carries out the job it is supposed to do first time round, but I not convinced that the DLL is performaing its memory management code correctly when it completes execution.
Therefore, is it possible in VB to test, or ensure that after each call to the DLL is made the DLL's memory footprint is completely removed e.g. perform a double check to clean it up if it hasn't.
I did wonder if there was an opposite function to AppActivate (or similar) to deactivate code, but the realised that this function deals with applications and not DLL's.
Any help would be appreciated,
Thanks.
MrPeds
I invoke a DLL from my VB 6 project. It carries out the job it is supposed to do first time round, but I not convinced that the DLL is performaing its memory management code correctly when it completes execution.
Therefore, is it possible in VB to test, or ensure that after each call to the DLL is made the DLL's memory footprint is completely removed e.g. perform a double check to clean it up if it hasn't.
I did wonder if there was an opposite function to AppActivate (or similar) to deactivate code, but the realised that this function deals with applications and not DLL's.
Any help would be appreciated,
Thanks.
MrPeds