Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ Fatal Error vcl1.h(9): Include files nested too deep

Status
Not open for further replies.

sassygirl

Technical User
Mar 20, 2002
16
US
Hi there,

This problem is probably stemmed from upgrading from Borland Builder 4.0 to 5.0. Does anyone know how to solve this error of #include <vcl0.h> being nested too deep? Thanks a bunch!

-sassygirl
 
Always in a .h file use &quot;#ifndef test_h&quot; &quot;#define test_h&quot; and at the end of the headerfile &quot;#endif&quot; so the header file can't get recursively get included (sorry for bad english hope it helps anyway look for examples in standard headerfiles of bcb)

happy programming!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top