Results 1 to 5 of 5

Thread: DOS Programs with Borland Free Compiler

  1. #1

    Thread Starter
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340

    Question

    Can you make DOS programs with the borland free compiler, i saw on denniswrenn's website that you could, from his shell program. I was wondering what file in the bin directory of the free compiler that use do do this compiling.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  2. #2

    thats easy.

    it gets a little twisted.. but if you go to this website..
    there is some supplimental info about the compiler..
    which explains better on how to setup and use the compiler.

    http://community.borland.com/article/0,1410,21205,00.html

    glad i could be of some assistance for once.

  3. #3

    Thread Starter
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Thanks for taking the time to help, but i didn't see anything on that page that explained about how to compile dos or 16 bit programs. Would you be able to elaborate a little more?

    Thanks a lot

  4. #4

    how bout this?

    Maybe I am misunderstanding your question..but.

    basically i put this line in the autoexec.bat file

    "PATH=C:\BORLAND\BCC55\BIN;%PATH%"

    might have to reboot for it to work.
    but then in dos go to the folder in which the .cpp program lies

    ex:

    c:\programs

    and type in "bcc32 test.cpp"

    it will compile the program. and in the same folder there should be an executable with the same name..
    test.exe

    I think that answers your question.. or maybe i'm wrong.

  5. #5

    Thread Starter
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    I will try that, i was just confused, becuase the program is bcc32, so i thought it would compile for 32 bit, rather than 16 bit, which would be dos, i think.

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