CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Out Of Memory

  1. #1
    Join Date
    Feb 2001
    Location
    New Jersey
    Posts
    312

    Out Of Memory (RESOLVED)

    I am having a strange problem with my program.

    http://www.dewgames.com/checkmeout.zip

    I have WindowsXP and it works fine on my computer.

    Two people who downloaded it got out of memory errors when they went to run it. They are both running win98

    Does anyone know why this would be.

    (RESOLVED THANKS ANYWAY)
    Last edited by Lord Zarm; September 23rd, 2003 at 11:03 AM.
    http://www.dewgames.com
    Shareware and Free games!

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Heard something about...

    ..it was related to Xp-win2k and servicepaks.
    That was:
    developing on Xp or on Win2 with later servicepak (ie: sp2), while deploying on a win2k machine with younger servicepak (ie: sp1), could result in an "out of memory" error. Solutions where: upgrade clients to sp2 or downgrade developer machine to sp1...
    Not sure it may be related, but it looks like a sort of explanation...
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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

Featured