compile BCC 4.52 ancient program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • happytoday

    compile BCC 4.52 ancient program

    I am trying compile a program written by BCC 4.52 .
    Please either :
    Where can I find BCC 4.52 ?
    What is alternative for BCC 4.52 ? because I could not find graphics.h
    in BCC 5.5.
    Thanks in advance .
  • Raymond Martineau

    #2
    Re: compile BCC 4.52 ancient program

    On Wed, 25 Jun 2008 07:06:49 -0700 (PDT), happytoday
    <ehabaziz2001@g mail.comwrote:
    >I am trying compile a program written by BCC 4.52 .
    >Please either :
    >Where can I find BCC 4.52 ?
    That's a commercially sold product. Borland may have a version
    available, but it's doubtful.
    >What is alternative for BCC 4.52 ? because I could not find graphics.h
    >in BCC 5.5.
    You'll have to check with the newsgroups specific for Dos programming
    or Windows programming. They might have a drop-in replacement for the
    missing library although it didn't appear in a quick Google search.
    You might end up having to re-write the library yourself (which
    shouldn't be too difficult to create an abstraction layer.)

    Comment

    Working...