Thread: errors coming, cannot include vcl.h

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    8

    Unhappy errors coming, cannot include vcl.h

    Hi, I am newbie in Cpp I need some help here
    vcl.h is included in my source code:
    #include<vcl.h>
    but when I build the source code this error comes:

    error e2209: unable to open include file 'vcl.h'

    then I tried #include"vcl.h" I got the same error.

    Can some one help me?

    Compiler: Borland C++
    OS: WindowsXP

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Do you have vcl.h? (It's not a standard header, so you need to know where it is.)

  3. #3
    Registered User
    Join Date
    Oct 2009
    Posts
    8
    I searched for it and someone said vcl.h is supplyed by Borland, but for me it is not, so now I am confused.
    I think I don't have it...

  4. #4
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    A quick glance at Borland's site suggests the path may be <vcl\vcl.h>.

  5. #5
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    did you create a new application, or just a new unit?

  6. #6
    Registered User
    Join Date
    Oct 2009
    Posts
    8
    An application, and I checked there's no vcl.h file......

    Thank you for replying

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help me with function call
    By NeMewSys in forum C++ Programming
    Replies: 16
    Last Post: 05-22-2008, 01:53 PM
  2. C programing doubt
    By sivasankari in forum C Programming
    Replies: 2
    Last Post: 04-29-2008, 09:19 AM
  3. Read and write hanging
    By zee in forum C Programming
    Replies: 8
    Last Post: 08-03-2004, 11:19 PM
  4. OpenGL camera errors..can't find 'em!?
    By psychopath in forum Game Programming
    Replies: 12
    Last Post: 04-22-2004, 06:17 PM
  5. help with finding lowest number entered
    By volk in forum C++ Programming
    Replies: 12
    Last Post: 03-22-2003, 01:21 PM

Tags for this Thread