C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 10-28-2009, 02:47 AM   #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
Hava is offline   Reply With Quote
Old 10-28-2009, 05:23 AM   #2
and the Hat of Guessing
 
tabstop's Avatar
 
Join Date: Nov 2007
Posts: 8,805
Do you have vcl.h? (It's not a standard header, so you need to know where it is.)
tabstop is offline   Reply With Quote
Old 10-28-2009, 06:03 AM   #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...
Hava is offline   Reply With Quote
Old 10-28-2009, 09:47 AM   #4
and the Hat of Guessing
 
tabstop's Avatar
 
Join Date: Nov 2007
Posts: 8,805
A quick glance at Borland's site suggests the path may be <vcl\vcl.h>.
tabstop is offline   Reply With Quote
Old 10-28-2009, 11:52 AM   #5
3735928559
 
Join Date: Mar 2008
Posts: 693
did you create a new application, or just a new unit?
m37h0d is offline   Reply With Quote
Old 10-29-2009, 01:56 AM   #6
Registered User
 
Join Date: Oct 2009
Posts: 8
An application, and I checked there's no vcl.h file......

Thank you for replying
Hava is offline   Reply With Quote
Reply

Tags
c++ vcl error

Thread Tools
Display Modes

Forum Jump

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


All times are GMT -6. The time now is 06:06 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22