Thread: compiler flags

  1. #1
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463

    compiler flags

    I know it's a sorry question, but does anyone know the DGJPP flag to compile in the large memory model? I've looked through all the documentation I have and can't find it.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    DGJPP creates executables in 32bit protected mode.....so you are basiclly using a "large" (4Gb) memory model.

    Read more about it here.

    gg

  3. #3
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    thanks a lot

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM