Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VB 6.0 Out of Memory Error

Tags:

vb6

One of my VB 6.0 application throws an error "Out of memory" when loading the form in a particular system, but works fine in other machines. But other vb 6.0 application works fine in the same Machine.

Problematic Machine Details: Windows XP, HP load runner installed

Other Machines: Windows 2003

I tried so many ways to find the root cause but i couldn't. Please help me out to find the root cause..

Thanks, Gunasekaran Sambandhan

like image 815
guna Samba Avatar asked Oct 27 '25 14:10

guna Samba


1 Answers

Finally i found the solution for this issue. One specific dll (MSSTDFMT.DLL) of this project is missing in this particular machine. I have placed and registered the dll. Now it is working fine.

Thanks, Gunasekaran Sambandhan

like image 124
guna Samba Avatar answered Oct 29 '25 20:10

guna Samba