-
I currently have VB 6.0 (SP4) on a windows 98 system. The problem is when I go to make my program a (exe) its starts but then it comes back with a message box telling me "out of memory" when I press help it says not enough memory to see any help. I closed all open programs and even stoped some programs from loading on boot up. My machine has 256 ram. I very confused because when I run the program within VB it works fine it just wont let me create it into a (exe) program. If anyone can help I would appreciate it.
Thanks, [email protected]
-
Sounds like you'd ran out of resources, try compile after a restart :)
-
I had this problem and I had to move some of the programs on my 'C' drive to my 'D' drive to give the app enough room to create the exe. I ended up uninstalling Visual studio and reinstalling it on my 'D' drive so I had enough compile room. If you have a lot of temporary files, you can also delete them to get more room.
Sorry I can't give you an easier solution...
smh