Thread: Memory shortage in Turbo C

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    For images that size you are going to have to use the HUGE memory model. I still think you are going to be limited to 64KB elements though. As suggested, switching to a more modern compiler is probably a good idea.
    Last edited by abachler; 11-21-2009 at 03:59 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Memory Fragmentation with Dynamic FIFO Queue
    By fguy817817 in forum Linux Programming
    Replies: 17
    Last Post: 10-31-2009, 04:17 AM
  2. Question regarding Memory Leak
    By clegs in forum C++ Programming
    Replies: 29
    Last Post: 12-07-2007, 01:57 AM
  3. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  4. Program that displays amount of free memory
    By trancedeejay in forum Linux Programming
    Replies: 3
    Last Post: 01-13-2006, 01:27 PM
  5. Shared Memory - shmget questions
    By hendler in forum C Programming
    Replies: 1
    Last Post: 11-29-2005, 02:15 AM