Search found 113 matches: prefix

Return to advanced search

Re: Migrate to Harbour

Antonio,

Antonio Linares wrote:Enrico,

Its a minor difficulty and once you get used to it, its a very clever desition because using the prefix HB_ we avoid names collisions with other libraries names.

Trust me, and try it, please :-)


Ok, I'll give Harbour another chance. But it'll be the last one. :-)

EMG
by Enrico Maria Giordano
Sun Jun 15, 2014 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 12477

Re: Migrate to Harbour

Enrico,

Its a minor difficulty and once you get used to it, its a very clever desition because using the prefix HB_ we avoid names collisions with other libraries names.

Trust me, and try it, please :-)
by Antonio Linares
Sun Jun 15, 2014 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 12477

Re: xBrowse ERROR

oDBF is the alias of database Oh, and Hungarian notation says that the alias variable should be cAlias not oDBF. The "o" prefix is to signify an object. Then people like me would be able to read your code more easily. And if you were using a database object, the name would be ...
by James Bott
Thu Mar 13, 2014 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 2241

Re: xBrowse ERROR

Also, I don't understand this syntax: (oDBF)->(DBCloseArea()) oDBF would have to be an alias except the prefix indicates that it is a database object. This is the generic syntax: (cAlias)->(DBCloseArea()) However if oDBF is a database object (as the prefix indicates), ...
by James Bott
Thu Mar 13, 2014 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 2241

Re: FastReport Error: Workspace not used.

... more consistent with other FW functions. You may also want to default to the Windows temp directory instead of the current directory. I used the prefix "AAA" for the filename so it shows at the top of Windows Explorer, thus you can easily see if there are leftover temp files. You can ...
by James Bott
Mon Jan 27, 2014 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport Error: Workspace not used.
Replies: 6
Views: 1094

Re: Local INI file

... functions, the files will be deleted or created in the folder where the CLOCK.EXE resides. If I want some specific file to handle I must put a prefix which denotes the folder: If I use INI oIni "CLOCK.INI" it will use clock.ini in the folder where CLOCK.EXE is running, meaning - on ...
by codemaker
Sun Nov 03, 2013 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Local INI file
Replies: 9
Views: 3165

Re: Saber Metodos de un CREATEOBJECT

... [in] BSTR ) STDCALL dispatch PROPERTYGET VARIANT_BOOL parsed() STDCALL dispatch PROPERTYGET BSTR namespaceURI() STDCALL dispatch PROPERTYGET BSTR prefix() STDCALL dispatch PROPERTYGET BSTR baseName() STDCALL dispatch FUNC void transformNodeToObject( [in] PTR, [in] VARIANT ) STDCALL dispatch PROPERTYGET ...
by Antonio Linares
Mon May 13, 2013 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32649

Re: Xharbour : fm.log WARNING! Memory allocated but not released

... HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w1 /es0 /i%HB_INC_INSTALL%;%C_INC_INSTALL%;b:\FWH1303\include /q0 /p Option prefix=/ [C] C_INSTALL=B:\BCC582 C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe %CRLF%-M -c -O2 -e -tWM -q %CRLF%-D__HARBOUR__ %CRLF%-I%HB_INC_INSTALL%;%C_INC_INSTALL%;h:\include ...
by Franklin Demont
Tue Apr 23, 2013 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xharbour : fm.log WARNING! Memory allocated but not released
Replies: 8
Views: 3463

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

Bueno, comentarles que trabajando con marcelo se ha realizado lo siguiente.- 1.-instalación de virtualbox. ( virtualbox.org ) 2.-instalación de ubuntu en virtualbox (se uso una conexión de tipo "red puente" para que la pc virtual tome ip del mismo router, no haciendo NAT desde la pc anfitr...
by carlos vargas
Fri Mar 01, 2013 2:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 65158

Re: New class TUpdate

... LOCAL cFtpDir := "http://www.eoeo.it/wp-content/uploads/downloads/2012/04/" If you try to connect to a ftp server the prefix mustn´t "http:" So cFtp should be "ftp.eoeo.it" or simpler only "eoeo.it" FtpDir is alway without url, only the ...
by StefanHaupt
Tue Jan 08, 2013 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 7118

Re: Ejemplo de uso de Fast Report con Fivewin

... %PRG% /m /n0 /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=F:\bcc582 C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -DHB_API_MACROS -M -c -O2 -e -tWM %CRLF%-DHB_STACK_MACROS -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF ...
by CARLOALBATUN
Thu Aug 23, 2012 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de uso de Fast Report con Fivewin
Replies: 29
Views: 18107

Re: How to build Harbour 32 & 64 bits

Harbour for Windows CE with MinGW: http://sourceforge.net/projects/cegcc/ gogce.bat set PATH=C:\mingw32ce\bin rem set HB_BIN_COMPILE=C:\harbour\bin set HB_PPGEN_PATH=%HB_BIN_COMPILE% rem set HB_INSTALL_PREFIX=C:\hb call make_gnu.bat %1 %2 > log.txt 2>&1
by Antonio Linares
Thu Jun 28, 2012 11:20 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 33988

buildh.bat

... fwh, bcdir paths correctly, but within the hdir the libs its looking for are not valid. The lib folder has similar libs with an "hb" prefix, but rtl, dbfcdx, dbfndx, dbffpt vmlib and codepage do not exist. Searching VC98 and other folders, I have located some of the libs and put them ...
by brewster
Thu Jun 21, 2012 4:33 am
 
Forum: All products support
Topic: buildh.bat
Replies: 5
Views: 2972

Re: xMate .env file for Harbour 3.0

... HB_INSTALL=D:\borland\harbour HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w0 /es2 /i%HB_INC_INSTALL% /q0 /d__HARBOUR__ Option prefix=/ [C] C_INSTALL=D:\borland\bcc643 C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe %CRLF%-M -c -O2 -e -tWM -q %CRLF%-D__HARBOUR__ %CRLF%-I%HB_INC_INSTALL%;%C_INC_INSTALL% ...
by carlos vargas
Wed Mar 28, 2012 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xMate .env file for Harbour 3.0
Replies: 4
Views: 1055

Re: Empezar con ADS modo local

... %PRG% /m /n /gc0 /w1 /es2 /i%HB_INC_INSTALL% /dHB_API_MACROS /dHB_FM_STATISTICS_OFF /dHB_STACK_MACROS Option prefix=/ [C] C_INSTALL=D:\dev\bcc582 C_COMP_COMMAND=%C_BIN_INSTALL%\Bcc32.Exe -DHB_API_MACROS -M -c -O2 -e -tWM %CRLF%-DHB_STACK_MACROS -DHB_OS_WIN_32 ...
by Marcelo Via Giglio
Mon Jan 31, 2011 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Empezar con ADS modo local
Replies: 26
Views: 8496
PreviousNext

Return to advanced search