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!
Always in a .h file use "#ifndef test_h" "#define test_h" and at the end of the headerfile "#endif" 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)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.