FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour What is the harbour syntax/flags to recompile classes prg ?
Posts: 83
Joined: Tue Nov 08, 2005 11:09 AM
What is the harbour syntax/flags to recompile classes prg ?
Posted: Wed Feb 15, 2006 06:30 PM

What is the correct syntax/flags to compile classes prg ?

I try recompile a modified tget.prg and get following errors.

From buildh.bat in \FWH21\samples\ :-

%hdir%\bin\harbour %1 /n /m /i..\include;%hdir%\include /p %2 %3 > clip.log

Giving errors on all 'METHODS' command in prg :-

*-------------------------------------------------------------
Compiling...
Harbour Compiler Alpha build 43.0 (Flex)
Copyright 1999-2003, http://www.harbour-project.org/
Compiling 'tget.prg' and generating preprocessed output to 'tget.ppo'...

tget.prg(54) Error E0030 Syntax error: "parse error at '\'"
tget.prg(60) Error E0030 Syntax error: "parse error at '\'"
:
:
:
*--------------------------------------------------------------

Regards

Hoe, email: easywin3@yahoo.com
Posts: 83
Joined: Tue Nov 08, 2005 11:09 AM
What is the harbour syntax/flags to recompile classes prg ?
Posted: Wed Feb 15, 2006 07:29 PM

and which harbour/fivewin libs should include for these functions :-

OBJNEWCLS
OBJADDMET
OBJSETUSERDATA
OBJCLSINS

?

Regards

Hoe, email: easywin3@yahoo.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
What is the harbour syntax/flags to recompile classes prg ?
Posted: Wed Feb 15, 2006 09:02 PM

Hoe,

It looks as you are not using the right FWH objects.ch file.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion