Search found 135 matches: supplied

Return to advanced search

libcurl issues

... does not have a listing for DEFAULT_PROTOCOL These are two standard libcurl settings. My include file is from the latest version of Harbour supplied by FiveTech. Any assistance would be appreciated. I do have the right libraries linked in. I also have curl running smoothly on other tasks. ...
by TimStone
Fri Feb 10, 2023 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 457

Re: DBU

The .exe you supplied works fine. However, when I try to add the .prg to an existing program, i still get the message that libmariadb.dll cannot be found. Can you tell me precisely which libraries I need to link in ? Perhaps my ...
by TimStone
Wed Nov 17, 2021 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2221

Re: Finding XBrowse current record

... the codeblock and a numeric value can not have any methods/datas. While writing such codeblocks, we need to know/ascertain what are the parameters supplied by the evaluating method/procedure while evaluating the codeblock. Please see line no.2038 of window.prg (FWH1805)       return ...
by nageswaragunupudi
Sun Jul 04, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1390

Re: SMS To Customer - Upon Order Delivery

... This is how the cUrl must be prepared and supplied to my "wfReadUrl(cUrl)" Function. You can even try the cUrl from the web browser directly from its address bar to check the result. ...
by RAMESHBABU
Wed Apr 07, 2021 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: Make para BCC10

... a console interface. Typically, the user will run an application such as Notepad or Sublime Text to actually write their program (an editor is not supplied with the compiler). When the user wishes to compile source code, they save the file out as "filename.cpp" and then use the command-line ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Re: Which C compiler and which Harbour should be used for FW?

... For example, a few years ago, we wanted a photo taking option in our product. Antonio quickly made it happen with the ability to use capabilities supplied in Visual Studio. No other tools supported it, but my clients have had the benefit of using it now for several years. I do my editing in Ultra ...
by Eroni
Fri Jul 31, 2020 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: Which C compiler and which Harbour should be used for FW?

... For example, a few years ago, we wanted a photo taking option in our product. Antonio quickly made it happen with the ability to use capabilities supplied in Visual Studio. No other tools supported it, but my clients have had the benefit of using it now for several years. I do my editing in Ultra ...
by TimStone
Wed Jun 24, 2020 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: Read Com port

Hi Jack, I don't use the library you're using, so let's go for trial... The Readcomm function expects Cbuffer as: A string variable supplied by reference where ReadComm() will place the read bytes. The length of the initial supplied value specifies the wished number of bytes to be read.You ...
by Diego Decandia
Sat Sep 29, 2018 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2605

Re: CreateObject problem

... type in the start tag. HRESULT=0x1: 功能錯誤。 - WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: 參數錯誤。 - Client:One of the parameters supplied is invalid. HRESULT=0x80070057: 參數錯誤。 (0x80020009): WSDLReader Args: [ 1] = C https://medcloudws.nhi.gov.tw:7008/imie0000/NHIIMI01.asmx Stack ...
by richard-service
Wed Aug 15, 2018 3:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject problem
Replies: 4
Views: 1743

Re: webserver using RESTFUL API and responsive

... nil And I have placed it at http://www.fivetechsoft.com/cgi-bin/qrserver?12345 (click it) Please notice that the qrcode is supplied after the ? You can supply any qrcode to it and it will simply show it in the web browser screen As far as I remember you have a BlueHost account, ...
by Antonio Linares
Sat Jun 16, 2018 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7078

Re: Pro's and Contra's fom Resources or Coded screens

... have a resource designer but I haven't been successful with it so far. It makes some file modifications that conflict with our FWH builds. It is supplied FREE in the Community Edition of Visual Studio ( which is also free ), and one day I will have the time to actually work with it. I believe ...
by TimStone
Fri Aug 04, 2017 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11459

New FTDN December/Diciembre 2016 (FWH 16.12)

... * Enhancement: Class TBitmap Method cGenPRG() was missing. * Fix: Classes TSay and TGet Method cGenPrg() were not using the supplied parameter lDlgUnits. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=196242#p196242 * Enhancement: datarow.prg: Default dialog ...
by Antonio Linares
Thu Dec 22, 2016 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2016 (FWH 16.12)
Replies: 10
Views: 4770

FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

... is for some tables only, all these tables are created/overwritten in the currently selected database on the server. (b) If the second parameter is supplied: All the tables specified, if exist in the backupfile, are created/overwritten in the currently selected database on the server. Param-3: bProgress ...
by nageswaragunupudi
Sat Aug 06, 2016 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20541

C++Compiler - FREE TOOL

... a console interface. Typically, the user will run an application such as Notepad or Sublime Text to actually write their program (an editor is not supplied with the compiler). When the user wishes to compile source code, they save the file out as "filename.cpp" and then use the command-line ...
by carlos vargas
Fri Jul 22, 2016 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8582

Re: resedit command

Seems like a lot of work.

With xBuild you just add the .rc file(s) and Pelles does all the work ( xHarbour )

With Harbour / MSVC 2015, we just add the .rc to the script and have specified the the rc executable supplied by Microsoft ...

Easy enough all the way around.
by TimStone
Sun Jun 12, 2016 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resedit command
Replies: 11
Views: 2032
Next

Return to advanced search