|
-
Nov 14th, 2000, 03:29 PM
#1
Thread Starter
Junior Member
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]
-
Nov 14th, 2000, 03:35 PM
#2
transcendental analytic
Sounds like you'd ran out of resources, try compile after a restart
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Nov 14th, 2000, 03:35 PM
#3
Addicted Member
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
Normal is boring...
 smh 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|