Search found 26 matches

by Admpss
Fri Feb 18, 2022 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Using WebView with Borland !!!

i know this post is about borland i use this, but i want try with VS, but i use portable storage to plug in my notebooks, work, home, so i dont wanna install full VS, where i can find an small VS with only necessary files? with support to ADS too.

very thanks
by Admpss
Wed Feb 16, 2022 11:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Using WebView with Borland !!!

hi, i need an visual studio 2019 or 2022 compact, i use in external ssd drive, i dont install all vs in computer, someone has it? only bin, lib and include?

thanks
by Admpss
Sun Aug 01, 2021 11:52 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: New FWH 21.06

Hi, how put QR in design mode, i dont see qr code in codebar types.

thanks
by Admpss
Sat Oct 31, 2020 2:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Soporte de ADO mejorado en FiveDBU

how to open ads files, or open and after open index files, this feature is implemented? thanks
by Admpss
Tue Jul 30, 2019 11:21 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: can someone explain to me what is mod_harbour?

Hi, i have a doubt about mod_harbour: can enduser see the prg? and about databases ? how to protect the source and databases? thanks
by Admpss
Sat Jun 29, 2019 8:03 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Adssetnull external error

EMG, thanks, but not solved. same error after your commit. can you see with reinaldo why this changes, they are to specific ads version? thanks again.
by Admpss
Mon Jun 17, 2019 4:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: mod_harbour ejemplos

Antonio, but in virtual machines like azure or amazon, can i install harbour_mod? I buy the vm, I can choose the OS, memory , hd, install apache and harbour_mor or not?
Im not saying about webserver or cpanel, but an vm, in cloud public or Hybrid.
very thanks
by Admpss
Mon Jun 17, 2019 1:47 am
Forum: FiveWin para Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Consulta Para Antonio Linares (Mensaje a Wathsapp)

HI, can i use with Microsoft edge? i can use in network, send a message from an remote computer in network connected with whats? and to send pdf files? very thanks
by Admpss
Fri Jun 14, 2019 3:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Adssetnull external error

EMG, i guess the comented is the original one, and uncommented is the reinaldo sugestion.

i will try compile xharbour with rddads without your commit, to see if the error persist.

thanks
by Admpss
Fri Jun 14, 2019 2:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Adssetnull external error

EMG, in adsfunc.c adssetnull is commented,

/*HB_FUNC( ADSSETNULL )
{
UNSIGNED32 ulRetVal;
ADSAREAP pArea = hb_adsGetWorkAreaPointer();
ulRetVal = AdsSetNull( (hb_parnl(1)==0) ? pArea->hOrdCurrent : hb_parnl(1),(char*) hb_parc(2));
hb_retl( ulRetVal == AE_SUCCESS );
}*/

but in the same adsfunc.c ...
by Admpss
Fri Jun 14, 2019 1:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Adssetnull external error

EMG, i will, just let me know, there commit made for you, is to specific version of ads? why you add these functions, in changelog you say reinaldo advice, reinaldo can say if these function is specific to some version of ads?

another solution is go to harbour....

very thanks
by Admpss
Fri Jun 14, 2019 11:42 am
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Re: Adssetnull external error

EMG, very thanks, im using ads 10.10, we dont update to last version because we dont need new features and price of update too. but xharbour Always Works with ads 8, 9 ,10 in old versions, if i remenber in source of rddads have an #define like IF adsversion == x, adsversion == y.

i have to go back ...
by Admpss
Thu Jun 13, 2019 1:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic:
Replies: -1
Views:

Adssetnull external error

HI, im trying use xharbour from repository, last version, after compile, receive the error:

error: unresolved external "_AdsSetNull" referenced from rddads.lib | adsfunc

something change ? last xharbour version have some error?

something related to this?

2018-05-28 11:20 UTC+0200 Enrico Maria ...