Search found 30 matches

by giuliano
Thu Aug 22, 2019 8:02 am
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Perfect.
It works.
Thanks for your support

Giuliano
by giuliano
Thu Aug 22, 2019 7:26 am
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Antonio,
i use harbour_msvc64_20190508.zip download
from a link you have posted in this forum.

http://forums.fivetechsupport.com/viewt ... lit=msvc64

Thanks
Giuliano
by giuliano
Thu Aug 22, 2019 6:19 am
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Thanks cnavarro,
hb_default(.....) works perfectly.

Have you any solution for TRY CATCH ?

Bye
Giuliano
by giuliano
Wed Aug 21, 2019 3:09 pm
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Hi to all, here my example ( and errors ) : Function TEST(cstring) local number:=0 DEFAULT cstring TO "" IF cstring == "error"     number:=18 ENDIF TRY     number++ CATCH FINALLY     number:=0 END Return number   test.prg(4) Error E0030 Syntax error "syntax error at 'CSTRING...
by giuliano
Wed Aug 21, 2019 7:48 am
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Thanks Carles, I think we must use a particular release of harbour . So i made a test with the official harbour release and i generate my first hrb files. All is ok. Now i've another problem . Some commands are giving error in compiling procedure like DEFAULT values and TRY CATCH ... Thanks to all G...
by giuliano
Wed Aug 21, 2019 6:38 am
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Hi Antonio,
for do this test i need to obtain harbour.exe to build hrb file.
Where i find it ?
I've download all the sources for harbour_for_modharbour and recompile all
but I have the error i sent you .
Can you tell me where i can obtain harbour.exe with the last improvement ?
Thanks
Giuliano
by giuliano
Tue Aug 20, 2019 1:35 pm
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

Re: harbour_for_mod_harbour error compiler

Hi Antonio, Thanks for your quickly answer . My focus is to test some features of mod_harbour and one of this is HRB files (precompiled files) for LOAD it inside mod_harbour PRG . The question is : how can i make HRB files ? What is the right way ? So i don't need to recompile DLL but only to genera...
by giuliano
Tue Aug 20, 2019 9:01 am
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1768

harbour_for_mod_harbour error compiler

Hi Antonio. I'm trying to test mod_harbour . The first impression is EXCELLENT !!! Using harbour language on the web with Apache is absolutely amazing . WOW ...... Toady I’m trying to build the harbour for mod_harbour exe compiler for later building an hrb file to include inside my project. The comm...
by giuliano
Sun Jan 21, 2018 10:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: PostgresSQL from core-master\contrib\hbpgsql
Replies: 28
Views: 4642

Re: PostgresSQL from core-master\contrib\hbpgsql

Hi.
Where can I find a list of all the functions inside the lib ?
Thanks a lot
by giuliano
Fri Aug 07, 2015 6:05 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10998

Re: Connect to Advantage Database

Good morning,
i confirm. Now harbour and FLH works !!!!!
Thank you Antonio.

Have a nice day
by giuliano
Thu Aug 06, 2015 3:53 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10998

Re: Connect to Advantage Database

I'm not able.
The package is not available in this ubuntu release.
I not install it . So i don't link in build.sh -
I don't need to print .
Bye
by giuliano
Thu Aug 06, 2015 1:06 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10998

Re: Connect to Advantage Database

I did it .
Nothing change.
The same errors working with tutor01.prg

Bye
by giuliano
Thu Aug 06, 2015 10:56 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10998

Re: Connect to Advantage Database

Ubuntu 32 bit.
I've download it today.

I can't install teamviewer in my lan .

Thanks
by giuliano
Thu Aug 06, 2015 10:43 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10998

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Mon Nov 24, 2014 3:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS server VERSION that you are using
Replies: 5
Views: 639

Re: ADS server VERSION that you are using

Hi ,
I'm using 11.10 release without problems.

Giuliano