Error F0017 Too many nested #includes, can't open: 'hbclass

Post Reply
mauricioajordao
Posts: 78
Joined: Fri Dec 02, 2005 6:55 pm
Location: brazil

Error F0017 Too many nested #includes, can't open: 'hbclass

Post 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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
mauricioajordao
Posts: 78
Joined: Fri Dec 02, 2005 6:55 pm
Location: brazil

Post 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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Mauricio,

Please double check that you are using the right FWH fivewin.ch. It should work with no problems at all.
regards, saludos

Antonio Linares
www.fivetechsoft.com
mauricioajordao
Posts: 78
Joined: Fri Dec 02, 2005 6:55 pm
Location: brazil

Post 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
Post Reply