What is the harbour syntax/flags to recompile classes prg ?

Post Reply
User avatar
tnhoe
Posts: 83
Joined: Tue Nov 08, 2005 11:09 am
Location: Malaysia
Contact:

What is the harbour syntax/flags to recompile classes prg ?

Post by tnhoe »

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
User avatar
tnhoe
Posts: 83
Joined: Tue Nov 08, 2005 11:09 am
Location: Malaysia
Contact:

Post by tnhoe »

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

OBJNEWCLS
OBJADDMET
OBJSETUSERDATA
OBJCLSINS

?
Regards

Hoe, email: easywin3@yahoo.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Hoe,

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

Antonio Linares
www.fivetechsoft.com
Post Reply