Search found 79 matches: hrbrun

Return to advanced search

Re: Cual es la clase ?

┌────────────────────────────────────────────────────────────────────────────┐ ?FiveWin for xHarbour 23.07 - Jul. 2023 Harbour development power │▄ ?(c) FiveTech 1993-2023 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█ └───────────────────────────────────────────────────────────────────────...
by Antonio Linares
Mon Feb 26, 2024 7:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 524

Re: Cual es la clase ?

┌────────────────────────────────────────────────────────────────────────────┐ ?FiveWin for xHarbour 23.07 - Jul. 2023 Harbour development power │▄ ?(c) FiveTech 1993-2023 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█ └────────────────────────────────────────────────────────────────────────...
by CARLOS ATUNCAR
Mon Feb 26, 2024 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cual es la clase ?
Replies: 10
Views: 524

Re: link error

this : Error: Unresolved external '_HB_FUN_FREOPEN_STDERR' referenced from RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_COMPILEFROMBUF' referenced from RBDESIGN.OBJ Error: Unresolved external '_HB_FUN_HB_HRBRUN' referenced from RBDESIGN.OBJ Error: Unable to perform link im using xharbour bina...
by NWKL
Wed Feb 14, 2024 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 503

Re: fivetouch

salve mi scuso se posto un problema ma ho necessità di capire dove stà l'errore. Dopo il testo posto l'errore e il sorgente. il problema si presenta quando da menu' scelgo lopzione "Ordini" se nella Function Ordini(.....) metto in rem la Use del file Cli non ottengo l'errore, come possibil...
by solving
Thu Jul 08, 2021 5:15 pm
 
Forum: All products support
Topic: fivetouch
Replies: 4
Views: 1022

Re: How to Create Easy Report Designer Files ?

Dear Antonio, can you please help me to find these functions. compiling with xHarbor I have problems finding following functions: FUNCTION SHOWGRID ? "Dummy SHOWGRID" RETURN nil FUNCTION SETMASKED ? "Dummy SETMASKED" RETURN nil FUNCTION HB_COMPILEFROMBUF ? "Dummy HB_COMPILEF...
by Otto
Fri Jan 04, 2019 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7006

Re: How to Create Easy Report Designer Files ?

Dear Antonio, compiling with xHarbor I have problems finding following functions: FUNCTION SHOWGRID ? "Dummy SHOWGRID" RETURN nil FUNCTION SETMASKED ? "Dummy SETMASKED" RETURN nil FUNCTION HB_COMPILEFROMBUF ? "Dummy HB_COMPILEFROMBUF" RETURN nil FUNCTION HB_HRBRUN ? &qu...
by Otto
Mon Dec 31, 2018 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7006

Re: Crear function para Script de Harbour

Error de corrupcion HB_HRBRUN()

Me puedes compartir tu version de Harbour y Bcc ?

Parece la mia esta corrupta
by Compuin
Thu Aug 16, 2018 7:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3423

Re: Crear function para Script de Harbour

Muestra el fuente completo porfa. Intenta con: TUTOR04.PRG Son 3 .prgs DEMO.PRG #include "FiveWin.ch" FUNCTION MAIN() ejecutar(MemoRead("medida.prg")) return nil EJECUTAR.PRG #include "FiveWin.ch" FUNCTION Ejecutar( cCode ) local oHrb, cResult, bOldError, oResult oHrb ...
by Compuin
Thu Aug 16, 2018 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3423

Re: Crear function para Script de Harbour

Antonio Linares wrote:En vez de:

hb_HrbRun( oHrb )

Hazlo así:

uRet = hb_HrbDo( hb_HrbLoad( oHrb ), ... )


El mismo error de corrupcion
by Compuin
Wed Aug 15, 2018 12:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3423

Re: Crear function para Script de Harbour

En vez de:

hb_HrbRun( oHrb )

Hazlo así:

uRet = hb_HrbDo( hb_HrbLoad( oHrb ), ... )
by Antonio Linares
Wed Aug 15, 2018 6:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3423

Re: Crear function para Script de Harbour

Antonio Linares wrote:Prueba a quitar el include:

// #Include "Fivewin.ch"


Con esto vuelve a mostrar el error "Se detecto corrpcion HB_HRBRUN"
by Compuin
Sun Aug 12, 2018 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3423

Re: URGENT HELP !!!

Silvio,

These changes are required for xHarbour:

> hb_CurDrive

CurDrive()

> HB_CompileFromBuf

function hb_compileFromBuf()

return nil

> hb_HrbRun

HrbRun()

> HB_HDEL

HDel()
by Antonio Linares
Tue Apr 25, 2017 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URGENT HELP !!!
Replies: 18
Views: 2629

Re: URGENT HELP !!!

Antonio,

How I can modify these func ?

hb_CurDrive
HB_CompileFromBuf
hb_HrbRun
HB_HDEL



i saw also this version is that modified from cristobal because use tcfolderex class and other functions
On original ER there is not tcfolderex class
by Silvio.Falconi
Tue Apr 25, 2017 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URGENT HELP !!!
Replies: 18
Views: 2629

designer.prg

Dear Antonio, what is the program designer.prg from the samples for. I can't compile the program. Is it Harbour only. Thanks in advance Otto Generating C source output to 'designer.c'... Done. Lines 215, Functions/Procedures 10, pCodes 2200 C:\fwh\samples\designer.prg(150) Warning W0001 Ambiguous re...
by Otto
Fri Jul 29, 2016 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: designer.prg
Replies: 2
Views: 573

Re: Ejecutar con un bloque de código una instrucción

Antonio esta es el error que me da al usar __HRBRUN() Compiler version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9325) FiveWin Version: FWHX 12.04 Time from start: 0 hours 0 mins 8 secs Error occurred at: 27/02/2016, 11:10:52 Error description: Error BASE/9999 Se detect¢ corrupci¢n: Incompatible H...
by daniv096
Sat Feb 27, 2016 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar con un bloque de código una instrucción
Replies: 17
Views: 2609
Next

Return to advanced search

cron