Search found 807 matches: linked

Return to advanced search

compile errors - send a SMS

Hi all, I'm trying to compile a sample of using curl with Twilio. I've linked in hbcurl.lib, libcurl.lib and hbcurl.ch I get the following errors. Anyone know what I'm missing? Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, ...
by Jeff Barnes
Thu Apr 11, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 293

Re: Still a problem with FWH 24.02 and xHarbour Builder

Try to add gdi32.lib to your list of linked LIBs.
by Enrico Maria Giordano
Sat Mar 16, 2024 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 790

Re: Problem with FiveWin and PDF995 on Windows 11.

... users but not xharbour users. For xharbour link the libraries from "\xharbour\lib\" Always the best way to know what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> ...
by leandro
Thu Feb 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1210

Re: Problem with FiveWin and PDF995 on Windows 11.

... users but not xharbour users. For xharbour link the libraries from "\xharbour\lib\" Always the best way to know what libraries are to be linked, please open fwh\samples\buildx.bat and see the path and libraries included. This is extract from buildx.bat echo %hdirl%\hbhpdf.lib + >> ...
by nageswaragunupudi
Thu Feb 15, 2024 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1210

Re: Problem with FiveWin and PDF995 on Windows 11.

... of FiveWin? No. Available from FWH1909. Do I need a change in my mak file? Always you read fwh\samples\buildh.bat and make sure all the libs linked in that bat file are linked in your link script also. for examples check if your link script includes echo %hdirl%\hbhpdf.lib + >> b32.bcecho ...
by nageswaragunupudi
Tue Feb 13, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1210

Re: link between PRG and RC

... 204, 40, 180, 40}  but i don´t see something written in the *.prg code ... how are the prg and the rc linked? or is it enough for them to sit in the same project. again THANK YOU for your patience and kindness ruth
by Ruth
Tue Jan 30, 2024 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1695

Re: Error BASE/1089 Argument error: ABS

... 2: C "Please, wait" Param 3: B {|| ... } Local 1: U Local 2: U Local 3: O Class: TDIALOG Local 4: N 229 Local 5: U Local 6: L .F. MAIN Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HASHENTRY 3 HBCLASS ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 439

reverse engineering of a harbour compiled c file

I have overvrite last version of a fivewin prg file that was compiled with harbour for fivewin and also linked to an exe that is well running. So i have a running exe but last modified source prg overvrite by precedent version ( do not know how i made this disaster) In a prg ...
by lorenzoazz
Tue Jan 16, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reverse engineering of a harbour compiled c file
Replies: 1
Views: 604

Determine lib name of a function

Is there anyway for us to checked which lib a function is linked from?
I am trying to debug why my hb_atx() fails eventhough when I used an online regex tester it works
When I create a simple test at FWH\SAMPLES it also worked
by hua
Tue Jan 02, 2024 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 429

Re: 1st FWH + [x]Harbour 2017 international conference

... U Param 19: U Param 20: L .F. Local 1: O Class: TMDIFRAME Local 2: U Local 3: U MAIN Local 1: O Class: TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265538

Re: Xbrowse : oBrw:ToArray (How to do it)

... U Param 19: U Param 20: L .F. Local 1: O Class: TMDIFRAME Local 2: U Local 3: U MAIN Local 1: O Class: TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 956

Re: Does TDatabase supports SEEK LAST?

... bother if you can not find the method DbSeek() With database class we call use any (x)Harbour function as if it is a method, if that function is linked to the application. Note: If you get runtime error, just include this line anywhere at the end of your prg EXTERNAL DBSEEK
by nageswaragunupudi
Tue Nov 07, 2023 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 378

Re: SetAutoHelp

... to F2, and AutoHelp to UserHelp references. I included only the functions through IsHelpFile( ). I modified the call to SetUserHelp( ). I then linked in the new .prg. Now I have both context sensitive help for the manual on F1, and the User Entered Help on F2. The user defined help is great ...
by TimStone
Fri Nov 03, 2023 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 193

New FTDN October/Octubre 2023 (FWH 23.10)

... download link: https://github.com/FiveTechSoft/FWH_tools/blob/master/Xlsxlibhb_ver2.zip - Any one or both these libraries can be downloaded and linked with FWH application. FWH further provides wrapper classes for these libraries to make it more convenient to use these libraries. Please see: ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: FWH2310: WhatsApp messages with Attachments/Images

hua wrote:I wonder how this software is able to detect whether phone is linked to whatsapp or not
https://youtu.be/NYx9LcmPRhk?si=iFQsbGxVXQUpVacs

Probabile use a bot, you can use a bot with telegram there Is a class for fwh
by Silvio.Falconi
Wed Nov 01, 2023 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2310: WhatsApp messages with Attachments/Images
Replies: 8
Views: 833
Next

Return to advanced search