Thread: Borland bcc32 include file problem

  1. #1
    Registered User
    Join Date
    Oct 2002
    Posts
    385

    Borland bcc32 include file problem

    I can't figure out how to get bcc32 to use it's own include files. The help file for says to type:

    bcc32 -lc:\Borland\bcc55\Include -Lc:\Borland\bcc55\Lib simple.c

    to use the Include and Lib directories for any headers. It keeps telling me:

    Unable to open include file 'windows.h'

    I've checked the permissions on the file and everything is fine and should be able to read the directory and file.

    Anyone with any experience with this compiler please help me

    I'm used to compiling under cygwin on Windows which uses it's Include directory for the header files and you don't have to specify anything.
    Wandering aimlessly through C.....

    http://dbrink.phpwebhosting.com

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    385
    Ah, crapola. You'd think that since I use Linux alot I would be used to reading ReadMe files before I ask questions.

    Sorry.....
    Wandering aimlessly through C.....

    http://dbrink.phpwebhosting.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie homework help
    By fossage in forum C Programming
    Replies: 3
    Last Post: 04-30-2009, 04:27 PM
  2. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  3. help with text input
    By Alphawaves in forum C Programming
    Replies: 8
    Last Post: 04-08-2007, 04:54 PM
  4. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  5. multiple file loading. so fruturated! help!
    By psychopath in forum Game Programming
    Replies: 5
    Last Post: 05-09-2005, 05:13 PM