ERROR during compile

Post Reply
masitar
Posts: 1
Joined: Mon Sep 08, 2008 10:39 am

ERROR during compile

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

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

Antonio Linares
www.fivetechsoft.com
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Post by dutch »

My Computer/ Properties/ Advance / Environment

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

Dutch
Post Reply