Page 1 of 1
Error F0017 Too many nested #includes, can't open: 'hbclass
Posted: Fri Dec 02, 2005 7:01 pm
by mauricioajordao
Hi , friends
I´m new user for "xHarbour Compiler build 0.99.50"
how can Solutions this my problem.
please , some people help me.
Mauricio (rio de janeiro - BRAZIL)
Posted: Fri Dec 02, 2005 8:09 pm
by Antonio Linares
Mauricio,
What #includes are you using ? What PRG are you compiling ? Could you please post a sample to reproduce the error ? Thanks.
Posted: Fri Dec 02, 2005 8:40 pm
by mauricioajordao
hi antonio
i´m using "fivewin.ch" version FHW 2.4
i´m test only ..
#include "fivewin.ch"
function main()
mauricio = "TESTE NA TELA"
MSGINFO(MAURICIO)
return(nil)
Posted: Sat Dec 03, 2005 9:20 am
by Antonio Linares
Mauricio,
Please double check that you are using the right FWH fivewin.ch. It should work with no problems at all.
Posted: Sat Dec 03, 2005 10:14 am
by mauricioajordao
Dear Antonio ,
After Double Check , i´m Using Fivewin for Harbour 2.6 and "xHarbour Compiler build 0.99.50" .
This Erros Occurs , because Many Files *.ch includes , this harbour accept only 16 Files ..
where may I Checkup if My files *.Ch are Correct?
Thanks Antonio.
mauricio