Search found 26 matches: vmexecute

Return to advanced search

Re: come recuperare il codice fivewin da .c file

You can try it using chatgpt: recover the original PRG code from this pcode: HB_FUNC( APRIDBCONPASSWORD ) { static const BYTE pcode[] = { HB_P_FRAME, 0, 2, /* locals, params */ /* 00003 */ HB_P_BASELINE, 138, 0, /* 138 */ HB_P_PUSHLOCALNEAR, 2, /* PASSWORD */ HB_P_PUSHNIL, HB_P_EXACTLYEQUAL, HB_P_JU...
by Antonio Linares
Mon Feb 12, 2024 9:55 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 458

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Aqui tienes todos construidos usando GitHub Actions: https://github.com/FiveTechSoft/Harbour_builder Maestro, aca mis path HBDIR=c:\harbour_msvc32FWDIR=c:\fwhVCDIR="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC"SDKDIR="C:\Program Files (x86)\Windows Kits\10...
by Compuin
Wed Jun 30, 2021 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Aqui tienes todos construidos usando GitHub Actions: https://github.com/FiveTechSoft/Harbour_builder Maestro, aca mis path HBDIR=c:\harbour_msvc32FWDIR=c:\fwhVCDIR="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC"SDKDIR="C:\Program Files (x86)\Windows Kits\10...
by Compuin
Wed Jun 30, 2021 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

problemas al linkear

Hola. usando harbour y Fwh la ultima. Me arroja estos errores: [1]:iLink32.Exe -Gn -q -aa -Tpe -x @testMaria.bcl Error: Unresolved external 'WinMain' referenced from X:\HARB\BCC7\LIB\C0W32.OBJ Error: Unresolved external '_hb_vmProcessSymbols' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\MARIA.OBJ Err...
by goosfancito
Thu Feb 04, 2021 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problemas al linkear
Replies: 6
Views: 442

Re: AP_GETENV

Dear Otto,

> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE

To force the link of those symbols
by Antonio Linares
Mon Nov 16, 2020 7:40 am
 
Forum: mod_harbour
Topic: AP_GETENV
Replies: 2
Views: 407

AP_GETENV

Dear Antonio,
Where do I find AP_GETENV in source code.
In apache.prg I see: extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE
Can you please explain to me what this means.
Thank you so much.
Best regards,
Otto
by Otto
Sun Nov 15, 2020 8:04 am
 
Forum: mod_harbour
Topic: AP_GETENV
Replies: 2
Views: 407

Re: Ayuda DLL

Buenos días Antonio, ahoro me presenta estos errores. Proyecto: Kept5, Entorno: BorlandDLL: [1]:iLink32.Exe -Tpd @Kept5.bcl Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_hb_xfree' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|XHB Error: Unresolved external '...
by ricardog
Wed Aug 30, 2017 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: FWH64

Antonio, I have slill a problem. I have changed the MAK-file to #Microsoft Visual-Studio Community 2015, (c) FiveTech Software 2016HBDIR=C:\_vmsdata\FWH64\harbour64FWDIR=C:\_vmsdata\FWH64\fwh64VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"SDKDIR="c:\Program Fil...
by Marc Vanzegbroeck
Tue Mar 22, 2016 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128

FiveLinux on Raspberry Pi compile Error.

Hi Antonio. compiling... Harbour 3.2.0.dev (Rev. 17919) Copyright (c) 1999-2012, http://harbour-project.org/ Compiling 'testbrow.prg'... Lines 1141, Functions/procedures 1 Generating C source output to 'testbrow.c'... Done. compiling C module... testbrow.c:In fonction 'HB_FUN_MAIN': testbrow.c:48:2:...
by yunbg1
Tue Feb 02, 2016 1:01 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 3339

Re: Instalar el sistema completo desde cero en Linux

Hola a todos. Bueno, tras instalar en debian el paquete harbour_3.0.0-1_i386_ubu_10.04-2.deb, he conseguido compilar el famoso "hola.prg", que tiene este contenido: function main() ? "Hola Mundo" return(nil) tras compilar con la orden "harbour hola.prg", se crea el fich...
by fjdise
Sun Jan 11, 2015 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalar el sistema completo desde cero en Linux
Replies: 30
Views: 7270

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

Hola Antonio si lo s tenia casi igual, al compilar sale estos errores en link.log one.obj : error LNK2001: símbolo externo HB_FUN_FW_GT sin resolver two.obj : error LNK2001: símbolo externo HB_FUN_FW_GT sin resolver one.obj : error LNK2001: símbolo externo HB_FUN_ERRORSYS sin resolver two.obj : erro...
by Patricio Avalos Aguirre
Tue Jun 10, 2014 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5184

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

Hola baje harbour para vc desde aqui https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_msvc2012_20131007_2.zip&can=2&q= pero ahora obtengo estos errores one.obj : error LNK2001: símbolo externo HB_FUN_FW_GT sin resolver two.obj : error LNK200...
by Patricio Avalos Aguirre
Mon Jun 09, 2014 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5184

Re: FWH 64 oferta promocional

La salida de la compilación con C:\fwh64\samples\build64 tutor01 es la siguiente: ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ FWH 64 for Harbour 14.02 (MSVC++) Feb.2014 Harbour development power ³Ü ³ (c) FiveTech, 1993-2014 for Microsoft Windows 9X/NT/200X/ME/XP/Vi...
by Verhoven
Wed May 14, 2014 5:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 64 oferta promocional
Replies: 47
Views: 10052

Rebuild

Hola amigos. Estoy intentando reconstruir mi antiguo FWH con un xharbour mas moderno (que el mio) el 1.1.0 para ver si obtengo alguna ventaja. Lo he hecho con HARB2LIB. Ese progrma me crea una nueva FIVEH.LIB que, supongo, tengo que renombrar como FIVEHX.LIB y sustituir la antigua. El caso es que al...
by antolin
Fri Oct 04, 2013 9:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rebuild
Replies: 10
Views: 2893

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4170
Next

Return to advanced search