Search found 104 matches: hbcompat

Return to advanced search

Re: Problem with valid email refresh btnbmp

Simples demás.... hahahaha y no uso HABROUR ni de pago. hahahahahaha. Silvio: #include "HbCompat.ch" // para Harbour Silvio. // C:\FWH\SAMPLES\SILVMAIL.PRG - By: kapiabafwh@gmail.com#include "FiveWin.ch"#include "HbCompat.ch"  // para ...
by karinha
Fri Apr 05, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2439

Re: Different TEXT INTO results under different compilers

For now resolved by placing this line that I took from hbcompat.ch into the PRG that has TEXT INTO
I don't like this solution though.

Code: Select all  Expand view
  #xcommand TEXT INTO <v> => #pragma __text|<v>+=%s+hb_eol();<v>:=""
 
by hua
Thu Jan 12, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 305

Re: gets.. eval... lostfocus..

No recuerdo si in es aceptado en harbour,
talvez agregando la libreria xhb y hbcompat.ch
by carlos vargas
Tue Dec 07, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: gets.. eval... lostfocus..
Replies: 4
Views: 489

Re: *** Curso de C para programadores Harbour.

Desaconsejado el uso de translate para obtener sintaxis de codeblock extendido con <||
Incluso desaconsejado desde hbCompat.ch

https://harbour.harbour-project.narkive ... -codeblock

Usar extended codeblock con la sintaxis habitual, es decir: {|| }
by hmpaquito
Wed Apr 07, 2021 8:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18394

Re: operador In

Now, I understand. This sample program: #include "fivewin.ch"#include "hbcompat.ch"function Main()   local x     := 2   local aList := { 1,2,3 }   if ( x IN aList )      ...
by nageswaragunupudi
Tue Feb 23, 2021 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: operador In
Replies: 6
Views: 506

Re: hash with (x)harbour - knowledge base

Does xHarbour support hash functions? Both Harbour and xHarbour support all these functions but with slightly different names. hbcompat.ch provides cross translations.  #ifdef __XHARBOUR__       /* Hash item functions */       #xtranslate hb_Hash( [<x,...>] )     ...
by Otto
Fri May 29, 2020 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7816

Re: xHarbour and hash functions

Both Harbour and xHarbour support all these functions but with slightly different names. hbcompat.ch provides cross translations. #ifdef __XHARBOUR__   /* Hash item functions */   #xtranslate hb_Hash( [<x,...>] )     ...
by nageswaragunupudi
Fri May 29, 2020 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 749

Re: Archivo environment para xMate

Hola compuin Gracias por contestar Hice algunos cambios (esto lo vi en el foro) : 1.- en todos mis prgs incluí #include "hbcompat.ch" 2.- en five.win agregué #ifdef __HARBOUR__ #xcommand CLASS <ClassName> [METACLASS <metaClass>] ; [ <frm: FROM, INHERIT> <SuperClass1> ...
by Compuin
Mon Jul 22, 2019 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo environment para xMate
Replies: 9
Views: 1602

Re: Archivo environment para xMate

Hola compuin Gracias por contestar Hice algunos cambios (esto lo vi en el foro) : 1.- en todos mis prgs incluí #include "hbcompat.ch" 2.- en five.win agregué #ifdef __HARBOUR__ #xcommand CLASS <ClassName> [METACLASS <metaClass>] ; [ <frm: FROM, INHERIT> <SuperClass1> ...
by juan_arroyo_t
Mon Jul 22, 2019 1:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo environment para xMate
Replies: 9
Views: 1602

Harbour hash plus operator

Does anyone know why the following code under Harbour generates RTE at line h1 + h2 unless I include xhb.ch/hbcompat.ch? #include "fivewin.ch"#include "xbrowse.ch"#include "xhb.ch"function main()  local h1 := {"A" => ...
by hua
Mon May 06, 2019 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour hash plus operator
Replies: 2
Views: 519

Re: Any side affects of adding hbcompat.ch?

For now I added the following to fivewin.ch    #translate ( <exp1> HAS <exp2> )    => hb_regexHas( <exp2>, <exp1> )   #xtranslate Str( <x>, <n>, <d>, <l> )       => iif( <...
by hua
Thu May 02, 2019 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any side affects of adding hbcompat.ch?
Replies: 2
Views: 378

Re: Any side affects of adding hbcompat.ch?

... has some essential cross translates. Can you add to your link script all the libraries included in buildh.bat and then try your programs without hbcompat.ch.
by nageswaragunupudi
Thu May 02, 2019 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any side affects of adding hbcompat.ch?
Replies: 2
Views: 378

Any side affects of adding hbcompat.ch?

I noticed in FWH9.03's fivewin.ch, hbcompat.ch has been remmed out. Any problem if I reenable it?

TIA
by hua
Thu May 02, 2019 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any side affects of adding hbcompat.ch?
Replies: 2
Views: 378

Re: A problem with warnings

... and core language elements, then finalize that process by dropping the need for this library. Linking this library and/or using its headers (`hbcompat.ch` and `xhb.ch` in particular) may cause various unintended side-effects both at compilation and runtime. Most of this code is also never ...
by aferra
Tue Jun 20, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with warnings
Replies: 15
Views: 2582

Re: Fwh used for Prestashop shopcard

... I have these. I even think that i don't need all these includes... #include "FiveWin.ch" #include "report.ch" #include "hbcompat.ch" #include 'ord.ch' #include "XBrowse.Ch" #include "fileio.ch" this code give a error. Should I activate some ODBC ...
by Marc Venken
Wed Dec 14, 2016 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh used for Prestashop shopcard (SOLVED)
Replies: 9
Views: 2012
Next

Return to advanced search