Search found 113 matches: prefix

Return to advanced search

Re: Question about wfReadUrl()

... Because some antivirus software is blocking some of my url's, I want to check which url is working fine. Usuaslly my url's are working ok with the prefix "https". THe function wfReadUrl() which I use to check if the url is working, is working fine with the prefix "http", but ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2782

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %PRG% /m /n /gc0 /es2 /i%HB_INC_INSTALL% /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /dHB_STACK_MACROS /i%HB_INSTALL%\Contrib\What32\Include Option prefix=/ [C] C_INSTALL=E:\Tools\bcc74 C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -M -c -I%HB_INC_INSTALL%;%C_INC_INSTALL% -n%HOME%\Obj %C% C_LIB_COMMAND=%C_BIN_INSTALL%\TLib.Exe ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1679

Re: Compiling Harbour from source code

Dear Antonio,

I'm compiling Harbour from source code. So win-make should take care of copying all the Harbour's include directory to the HB_INSTALL_PREFIX directory. It does except some files. Anyway, Harbour is working fine at the end. I only wonder why some files are missing.
by Enrico Maria Giordano
Sat Aug 05, 2023 3:21 pm
 
Forum: Off Topic / Otros temas
Topic: Compiling Harbour from source code
Replies: 9
Views: 973

Re: FiveDBU ODBC and PostgreSQL

... Micorsoft provides a Provider "MADASQL" for using ODBC drivers with ADO. If we want to use an ODBC driver with ADO, we SHOULD prefix "Provider=MADASQL;" before the "Driver={any odbc driver};" Please read the connection string again. This is done with full ...
by nageswaragunupudi
Wed Jun 28, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU ODBC and PostgreSQL
Replies: 8
Views: 514

Re: Problem with xBrowse (Fixed)

... H and S are aliases to indentify LEFT and RIGHT tables (hdrvda and sucursales in your example). Each field in table hdrva will be invoked with prefix "H.": H.HDR_FOL, H.HDR_EOS, H.HDR_SUC, etc., and each field of table sucursales will be invoked with prefix "S.": S.SUC_NUM, ...
by Cgallegoa
Tue Jun 06, 2023 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2167

Re: HMG 64 Bit Constante -> FiveWin ?

... LVK->wVKey );} you can see Constant _WIN64 which will be (automatic) SET to compile right CODE --- i have CODE from HMG which use Prefix "HMG_" which include those _WIN64 when need now i have to find out how it work under Fivewin 64 Bit ... and not all are available under ...
by Jimmy
Sun Oct 23, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: HMG 64 Bit Constante -> FiveWin ?

hi,
nageswaragunupudi wrote:This code works for both 32/64 bits.
Code: Select all  Expand view
#include <fwh.h>  // from fwh\include
hWnd = ( HWND ) fw_parH( 1 );  

Ah, there are Prefix "fw_" come from, thx :D

but what about String Constant like hb_parc or hb_parvc under Fivewin :?:
by Jimmy
Sat Oct 22, 2022 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: HMG 64 Bit Constante -> FiveWin ?

... Error: Unresolved external '_HB_parvc' referenced from C:\FWH\0\LISTVIEW\TGRID.OBJ do i need ti #include something :?: p.s. same with Prefix "Fw_"
by Jimmy
Fri Oct 21, 2022 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

HMG 64 Bit Constante -> FiveWin ?

hi,

HMG use Prefix "HMG_" for 64 Bit compatible Way
HMG_parnl
HMG_parvc
HMG_parc

HMG_arrayGetCPtr

HMG_retc
HMG_retnl
HMG_storc
HMG_storvnl
HMG_storvc

did FiveWin have a Prefix for 64 Bit ( fw_ ) :?:
by Jimmy
Wed Oct 19, 2022 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: how to use Member pszText, cx & Co from LVCOLUMN Structure

... nCol, (TCHAR*) HMG_parvc (3, nCol+1));} so i have to call HB_FUNC() with Parameter and "right" Type ... hm btw. Prefix "HMG_" is "compatible" with 64 Bit, what under FiveWin :?: but how to pass Array and use a Loop to "fill" Member ...
by Jimmy
Tue Oct 18, 2022 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to use Member pszText, cx & Co from LVCOLUMN Structure
Replies: 5
Views: 245

BCC 7 32 Bit \INCLUDE

... c:\fwh\source\classes\tlistvie.prg for a new CLASS TGrid i have rename HB_FUNC() in listview.c and also in tlistvie.prg with new "Prefix" to avoid "dupe" Warning i use c:\fwh\samples\buildh.bat and bcdir=c:\bcc7 and get Warning missing "Windows.h" ... --- ...
by Jimmy
Sun Oct 16, 2022 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7 32 Bit \INCLUDE
Replies: 9
Views: 347

Re: Convert and print chinese idioms

... its manual and api documentation, it is difficult to know what encoding it accepts. In any case, I like to test UTF8 encoding once again with prefix of BOM (byte order mark). I am not sure it works, but nothing wrong in trying once. Try to send this byte stream: Chr( 239 )+Chr( ...
by nageswaragunupudi
Fri Jul 22, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert and print chinese idioms
Replies: 3
Views: 474

Re: Archivo.env para Microsoft Visual Studio

... HB_COMMAND=%HB_BIN_INSTALL%\harbour.Exe %PRG% -m -n -gc0 -w0 -es2 -i%HB_INC_INSTALL% -id:\fwh\include;d:\fwh\include2 -q0 -ql Option prefix=- [C] C_INSTALL=d:\compiler\vc2022 C_COMP_COMMAND=%C_INSTALL%\bin32\cl.exe -nologo -TC -W3 -O2 -c /GS- %CRLF%-I%C_INC_INSTALL% -I%HB_INC_INSTALL% ...
by carlos vargas
Tue Jul 12, 2022 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo.env para Microsoft Visual Studio
Replies: 1
Views: 417

Re: Harbour warnings

... are assumed M-> /vd external functions are assumed as dynamic functions /w[<level>] set warning level number (0..3, default 1) /x[<prefix>] set symbol init function name prefix (for .c only) /z suppress shortcutting (.and. & .or.) @<file> compile list of modules in ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2336

Re: W3Schools webpage template "COMPANY" to mod harbour

Thank you very much!!!! Now everything is much clearer!!!
I read the whole code like a book from top to bottom... :oops:
does the prefix "hb_" indicate all the functions that come from "outside"...not my own?

thank you again, kind regards and a nice day to all of you...
by Ruth
Tue May 17, 2022 5:58 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 816
Next

Return to advanced search