Results 1 to 3 of 3

Thread: out of memory when trying to compile

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2000
    Posts
    19

    Question

    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]

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  3. #3
    Addicted Member smh's Avatar
    Join Date
    Oct 2000
    Location
    South Dakota, USA
    Posts
    249
    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
  •  



Click Here to Expand Forum to Full Width