Search found 69 matches: compilefrombuf

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: 531

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: 531

Re: link error

It seems that rbdesign.prg is for Harbour only. xHarbour does not provide a function called HB_COMPILEFROMBUF().
by Enrico Maria Giordano
Wed Feb 14, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 575

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: 575

Re: How does mod harbour work

Dear team, I kindly want to ask another question about "How does mod harbour work". On some occasions I get very useful error messages - like for example Error: LOCAL declaration follows executable statement operation: line:593 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\sourc...
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1190

Re: How does mod harbour work

Dear team, I kindly want to ask another question about "How does mod harbour work". On some occasions I get very useful error messages - like for example Error: LOCAL declaration follows executable statement operation: line:593 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\source...
by Ruth
Mon Jan 15, 2024 9:35 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1190

Re: Compiling Harbour from source code

Dear Enrico,

> I'm trying to compile Harbour from source code

How are you doing it ?

Usually to compile Harbour code at runtime we use hb_compileFromBuf()
by Antonio Linares
Mon Aug 07, 2023 5:53 am
 
Forum: Off Topic / Otros temas
Topic: Compiling Harbour from source code
Replies: 9
Views: 973

Re: Compiling Harbour from source code

Dear Enrico,

oHrb = hb_compileFromBuf( cCode, .T., "-n", "-q2", "-I c:\harbour\include" )
by Antonio Linares
Sun Aug 06, 2023 6:10 am
 
Forum: Off Topic / Otros temas
Topic: Compiling Harbour from source code
Replies: 9
Views: 973

Re: Iniciando con mod_harbour

Hola Carles, Codigo de index.prg: // ------------------------------------------------------------------------------// Title......: Hello !// Description: Example de web application with mercury...// Date.......: 22/05/2020// ---------------------------------------------------------------------------...
by EBM
Fri Oct 08, 2021 7:26 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3767

Re: Subir una base.dbf a una carpeta en la nube

Muchas Gracias Estimado Antonio Lo he realizado así: function Main()   ? [<button onclick="OpenDbf()">subir fichero</button>]return nil*Function OpenDbf()      {        var oFile;      &nbs...
by acuellar
Tue Aug 24, 2021 1:02 pm
 
Forum: mod_harbour
Topic: Subir una base.dbf a una carpeta en la nube
Replies: 14
Views: 2090

Re: nuevo en el fw Harbour

1) copie el two.prg que esta dentro del gccmake.prg a la carpeta bormake porque no lo trae (y en el test.mak hace referecia a two.c y two.obj), cambie las rutas e incluso las rutas dentro de los archivos CFG de borland. y al compilar con go.bat (que tambien cambie la ruta del make) me tira este erro...
by goosfancito
Wed Feb 03, 2021 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevo en el fw Harbour
Replies: 5
Views: 637

Re: Errors with test.mak, FW 32 bit, bcc582

Got it. Typo in the config files. Now there's a ton of unresolved externals, but I should be able to figure that out. Error: Unresolved external '_HB_FUN_HB_FUNCPTR' referenced from C:\FWH\LIB\FIVEH.LIB|CHECKRES Error: Unresolved external '_HB_FUN_CTOT' referenced from C:\FWH\LIB\FIVEH.LIB|VALBLANK ...
by FWExplorer
Sat Nov 28, 2020 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors with test.mak, FW 32 bit, bcc582
Replies: 4
Views: 569

Ejecutar .PRG desde el HTML

Estimados Éste ejemplo es del Runner <html><head><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script><script src="modharbour.js"></script></head><body><div id="code"></div>&l...
by acuellar
Fri May 08, 2020 6:27 pm
 
Forum: mod_harbour
Topic: Ejecutar .PRG desde el HTML
Replies: 6
Views: 1312

Re: TWeb for mod Harbour is ready

Hello, what could cause this error with tutor4.prg? With the best, Taavi. Error: Syntax error "syntax error at '<'" operation: line:8 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\apache.prg, EXECUTE, line: 141 called from: ..\apache.prg, EXECINLINE, line: 323 called from: ..\...
by Taavi
Fri Apr 10, 2020 2:29 pm
 
Forum: mod_harbour
Topic: TWeb for mod Harbour is ready
Replies: 17
Views: 2769

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: 7018
Next

Return to advanced search