... hbiniseg.h"
#endif
HB_FUNC( MAIN )
{
static const HB_BYTE pcode[] =
{
36,7,0,176,1,0,20,0,36,9,0,176,2,0,
20,0,36,11,0,100,110,7
};
hb_vmExecute( pcode, symbols );
}
HB_FUNC_INITSTATICS()
{
static const HB_BYTE pcode[] =
{
117,5,0,2,0,116,5,0,4,0,0,82,1,0,
100,82,2,0,7
};
hb ...
Search found 28 matches: vmexecute
Searched query: vmexecute
- Sun Jan 19, 2025 10:33 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Archivo de compilacion .mak para Visual Studio
- Replies: 39
- Views: 25025
- Sat Jun 08, 2024 5:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ayuda para configurar entorno FWH2404 de 64 bits
- Replies: 24
- Views: 3336
Re: ayuda para configurar entorno FWH2404 de 64 bits
... Error: Unresolved external 'hb_vmProcessSymbols' referenced from D:\PROYECTOS64BITS\MITECHO\FORMATO\OBJ\MENU.OBJ
Error: Unresolved external 'hb_vmExecute' referenced from D:\PROYECTOS64BITS\MITECHO\FORMATO\OBJ\MENU.OBJ
Error: Unresolved external 'hb_parc' referenced from D:\PROYECTOS64BITS\MITECHO ...
Error: Unresolved external 'hb_vmExecute' referenced from D:\PROYECTOS64BITS\MITECHO\FORMATO\OBJ\MENU.OBJ
Error: Unresolved external 'hb_parc' referenced from D:\PROYECTOS64BITS\MITECHO ...
- Mon Feb 12, 2024 9:55 pm
- Forum: All products support
- Topic: come recuperare il codice fivewin da .c file
- Replies: 7
- Views: 3068
Re: come recuperare il codice fivewin da .c file
... HB_P_PUSHSYMNEAR, 11, /* DBSELECTAREA */
HB_P_PUSHNIL,
HB_P_PUSHVARIABLE, 2, 0, /* CD */
HB_P_DOSHORT, 1,
HB_P_ENDPROC
/* 00121 */
};
hb_vmExecute( pcode, symbols, NULL );
}
PROCEDURE APRIDBCONPASSWORD( PASSWORD, NOME )
IF PASSWORD == NIL
PASSWORD := "LORRY"
ENDIF
CD := SELECT ...
HB_P_PUSHNIL,
HB_P_PUSHVARIABLE, 2, 0, /* CD */
HB_P_DOSHORT, 1,
HB_P_ENDPROC
/* 00121 */
};
hb_vmExecute( pcode, symbols, NULL );
}
PROCEDURE APRIDBCONPASSWORD( PASSWORD, NOME )
IF PASSWORD == NIL
PASSWORD := "LORRY"
ENDIF
CD := SELECT ...
- 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: 7898
Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
... symbol HB_FUN_ERRORSYS
two.obj : error LNK2001: unresolved external symbol HB_FUN_ERRORSYS
one.obj : error LNK2019: unresolved external symbol hb_vmExecute referenced in function HB_FUN_MAIN
two.obj : error LNK2001: unresolved external symbol hb_vmExecute
three.obj : error LNK2001: unresolved ...
two.obj : error LNK2001: unresolved external symbol HB_FUN_ERRORSYS
one.obj : error LNK2019: unresolved external symbol hb_vmExecute referenced in function HB_FUN_MAIN
two.obj : error LNK2001: unresolved external symbol hb_vmExecute
three.obj : error LNK2001: unresolved ...
- 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: 7898
Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
... symbol HB_FUN_ERRORSYS
two.obj : error LNK2001: unresolved external symbol HB_FUN_ERRORSYS
one.obj : error LNK2019: unresolved external symbol hb_vmExecute referenced in function HB_FUN_MAIN
two.obj : error LNK2001: unresolved external symbol hb_vmExecute
three.obj : error LNK2001: unresolved ...
two.obj : error LNK2001: unresolved external symbol HB_FUN_ERRORSYS
one.obj : error LNK2019: unresolved external symbol hb_vmExecute referenced in function HB_FUN_MAIN
two.obj : error LNK2001: unresolved external symbol hb_vmExecute
three.obj : error LNK2001: unresolved ...
- Thu Feb 04, 2021 9:56 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: problemas al linkear
- Replies: 6
- Views: 707
problemas al linkear
... OBJ\DEBUG.OBJ
Error: Unresolved external '_HB_FUN_DTOC' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\DEBUG.OBJ
Error: Unresolved external '_hb_vmExecute' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\DEBUG.OBJ
Error: Unresolved external '_HB_FUN___BREAKBLOCK' referenced from X:\PROYECTOS\TEST\MARIA ...
Error: Unresolved external '_HB_FUN_DTOC' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\DEBUG.OBJ
Error: Unresolved external '_hb_vmExecute' referenced from X:\PROYECTOS\TEST\MARIA\OBJ\DEBUG.OBJ
Error: Unresolved external '_HB_FUN___BREAKBLOCK' referenced from X:\PROYECTOS\TEST\MARIA ...
- Mon Nov 16, 2020 7:40 am
- Forum: mod_harbour
- Topic: AP_GETENV
- Replies: 2
- Views: 724
Re: AP_GETENV
Dear Otto,
> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE
To force the link of those symbols
> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE
To force the link of those symbols
- Sun Nov 15, 2020 8:04 am
- Forum: mod_harbour
- Topic: AP_GETENV
- Replies: 2
- Views: 724
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
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
- Wed Aug 30, 2017 5:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda DLL
- Replies: 24
- Views: 8577
Re: Ayuda DLL
... external '_hb_xgrab' referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|XHB
Error: Unresolved external '_hb_vmProcessSymbols' referenced from P:\FUENTES\XHARBOUR\XHARBDLL\OBJ\TSEGURO.OBJ
Error: Unresolved external '_hb_vmExecute' referenced from P:\FUENTES\XHARBOUR\XHARBDLL\OBJ\KEPT5.OBJ
Gracias
Error: Unresolved external '_hb_vmProcessSymbols' referenced from P:\FUENTES\XHARBOUR\XHARBDLL\OBJ\TSEGURO.OBJ
Error: Unresolved external '_hb_vmExecute' referenced from P:\FUENTES\XHARBOUR\XHARBDLL\OBJ\KEPT5.OBJ
Gracias
- Tue Mar 22, 2016 7:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH64
- Replies: 110
- Views: 30730
Re: FWH64
... FUN_FW_GT
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_ERRORSYS
toolbar2.obj : error LNK2019: unresolved external symbol _hb_vmExecute referenced in function _HB_FUN_MAIN
toolbar2.obj : error LNK2019: unresolved external symbol _hb_vmProcessSymbols referenced in function _hb_vm ...
toolbar2.obj : error LNK2001: unresolved external symbol _HB_FUN_ERRORSYS
toolbar2.obj : error LNK2019: unresolved external symbol _hb_vmExecute referenced in function _HB_FUN_MAIN
toolbar2.obj : error LNK2019: unresolved external symbol _hb_vmProcessSymbols referenced in function _hb_vm ...
- Tue Feb 02, 2016 1:01 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 5794
FiveLinux on Raspberry Pi compile Error.
... testbrow.c:In fonction 'HB_FUN_MAIN':
testbrow.c:48:2: error: unknow type name 'HB_BYTE'
testbrow.c:75:2: warning: passing argument 1 of 'hb_vmExecute' from incompatiable pointer type [enabled by default]
...
...
testbrow.c:48:2: error: unknow type name 'HB_BYTE'
How to fix this error ...
testbrow.c:48:2: error: unknow type name 'HB_BYTE'
testbrow.c:75:2: warning: passing argument 1 of 'hb_vmExecute' from incompatiable pointer type [enabled by default]
...
...
testbrow.c:48:2: error: unknow type name 'HB_BYTE'
How to fix this error ...
- Sun Jan 11, 2015 1:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Instalar el sistema completo desde cero en Linux
- Replies: 30
- Views: 8849
Re: Instalar el sistema completo desde cero en Linux
... BODY HB_DATASEG_FUNC( hb_vm_SymbolInit_HOLA )
#include "hbiniseg.h"
#endif
HB_FUNC( HOLA )
{
static const HB_BYTE pcode[] =
{
7
};
hb_vmExecute( pcode, symbols );
}
HB_FUNC( MAIN )
{
static const HB_BYTE pcode[] =
{
36,2,0,176,2,0,106,11,72,111,108,97,32,77,
117,110,100,111,0,20,1,36 ...
#include "hbiniseg.h"
#endif
HB_FUNC( HOLA )
{
static const HB_BYTE pcode[] =
{
7
};
hb_vmExecute( pcode, symbols );
}
HB_FUNC( MAIN )
{
static const HB_BYTE pcode[] =
{
36,2,0,176,2,0,106,11,72,111,108,97,32,77,
117,110,100,111,0,20,1,36 ...
- 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: 6303
Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
... HB_FUN_ERRORSYS sin resolver
two.obj : error LNK2001: símbolo externo HB_FUN_ERRORSYS sin resolver
one.obj : error LNK2019: símbolo externo hb_vmExecute sin resolver al que se hace referencia en la función HB_FUN_MAIN
two.obj : error LNK2001: símbolo externo hb_vmExecute sin resolver
three.obj ...
two.obj : error LNK2001: símbolo externo HB_FUN_ERRORSYS sin resolver
one.obj : error LNK2019: símbolo externo hb_vmExecute sin resolver al que se hace referencia en la función HB_FUN_MAIN
two.obj : error LNK2001: símbolo externo hb_vmExecute sin resolver
three.obj ...
- 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: 6303
Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
... HB_FUN_ERRORSYS sin resolver
two.obj : error LNK2001: símbolo externo HB_FUN_ERRORSYS sin resolver
one.obj : error LNK2019: símbolo externo hb_vmExecute sin resolver al que se hace referencia en la función HB_FUN_MAIN
two.obj : error LNK2001: símbolo externo hb_vmExecute sin resolver
three.obj ...
two.obj : error LNK2001: símbolo externo HB_FUN_ERRORSYS sin resolver
one.obj : error LNK2019: símbolo externo hb_vmExecute sin resolver al que se hace referencia en la función HB_FUN_MAIN
two.obj : error LNK2001: símbolo externo hb_vmExecute sin resolver
three.obj ...
- Wed May 14, 2014 5:24 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: FWH 64 oferta promocional
- Replies: 47
- Views: 12505
Re: FWH 64 oferta promocional
... Version 6.2.9200.16384
Copyright (C) Microsoft Corporation. All rights reserved.
FiveH64.lib(RLINE.obj) : error LNK2001: símbolo externo hb_vmExecute sin resolver
FiveH64.lib(MDICLIEN.obj) : error LNK2001: símbolo externo hb_vmExecute sin resolver
FiveH64.lib(TREEITEM.obj) : error LNK2001 ...
Copyright (C) Microsoft Corporation. All rights reserved.
FiveH64.lib(RLINE.obj) : error LNK2001: símbolo externo hb_vmExecute sin resolver
FiveH64.lib(MDICLIEN.obj) : error LNK2001: símbolo externo hb_vmExecute sin resolver
FiveH64.lib(TREEITEM.obj) : error LNK2001 ...