Page 1 of 1

ERROR during compile

PostPosted: Mon Sep 08, 2008 10:45 am
by masitar
Hi all

I'm having below error :
Error : FATAL C3007 can't open #include file : 'Fivewin.ch'

Please advice me on how should I set the variable environment in my windows xp. I think this is the problem where the error occured.

Any other reason, do advice.

Rgds
Masita
masita@rankalpha.com

PostPosted: Mon Sep 08, 2008 10:51 am
by Antonio Linares
Masita,

You have to specify the path where the FiveWin header files are located:

clipper.exe test.prg /n /Ic:\FiveWin\include

PostPosted: Tue Sep 09, 2008 6:30 pm
by dutch
My Computer/ Properties/ Advance / Environment

set include=C:\Fivewin\include;C:\Clipper\include

Dutch