Search:

Type: Posts; User: animal

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    3,024

    why do you need to open the config files? that...

    why do you need to open the config files? that has nothing to do with your compiler working. your windows associations are screwed up. search for associations in windows help. what you want to do is...
  2. Replies
    5
    Views
    1,110

    I did this once by sending a ^G (bell character -...

    I did this once by sending a ^G (bell character - Control G) to com2.... provided me with a negative voltage on the TX pin to operate a cash drawer out of a dos-based POS program
  3. Replies
    8
    Views
    3,024

    Re: argh...still cant do it...

    Well, I tried this and it works as well....

    1. copy the the lines below into new file in notepad.

    -I"c:\Borland\Bcc55\include"
    -L"c:\Borland\Bcc55\lib"

    2. save it as...
  4. Replies
    8
    Views
    3,024

    I made a batch file to do the compiling ...

    I made a batch file to do the compiling

    <-------compile.bat--------->

    @echo off
    if "%1"=="" goto usage

    bcc32 -Lc:\borland\bcc55\Lib -Ic:\borland\bcc55\include %1

    goto end
  5. Replies
    1
    Views
    821

    HELP!! I am confused!!!1

    I am starting to program in cpp. I am using the free borland 5.5 compiler. I am going through a book and want to be able to learn everything in there. The trouble is I cannot use graphics.h. Do I...
Results 1 to 5 of 5