Search found 57 matches: hvm

Return to advanced search

Re: problem with FWH 2013.09 and xHarbour.com

... gdi32.lib shell32.lib winmm.lib lz32.lib Netapi32.lib -out:"test.exe"<<< xLINK: warning: Symbol 'c:\xHb\lib\OptG.lib(hvm.obj)->_hb_vmPushSize previously defined at c:\fwh\lib\FiveHMX.lib(HARBOUR.obj)' is multiply defined. Creating object: test.EXP Creating library: ...
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

Re: problem with tlayout

... previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'R:\lib\OptG.lib(hvm.obj)->_hb_vmPushSize previously defined at S:\lib\Fivehmx.lib(harbour.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\FiveHCM.lib(MEM.obj)->_HB_FUN_NEXTMEM ...
by kajot
Sat Nov 16, 2013 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with tlayout
Replies: 14
Views: 5593

problem with tlayout

... previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'R:\lib\OptG.lib(hvm.obj)->_hb_vmPushSize previously defined at S:\lib\Fivehmx.lib(harbour.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\FiveHCM.lib(MEM.obj)->_HB_FUN_NEXTMEM ...
by kajot
Fri Nov 15, 2013 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with tlayout
Replies: 14
Views: 5593

problem with FWH 2013.09 and xHarbour.com

... previously defined at S:\lib\Fivehmx.lib(errsysw.obj)' is multiply defined. xLINK: warning: Symbol 'R:\lib\OptG.lib(hvm.obj)->_hb_vmPushSize previously defined at S:\lib\Fivehmx.lib(harbour.obj)' is multiply defined. xLINK: warning: Symbol 'S:\lib\FiveHCM.lib(MEM.obj)->_HB_FUN_NEXTMEM ...
by kajot
Sat Nov 09, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1795

UTF8 in HVM

Starting today Harbour can manage HVM CPs with custom encodings
Now Utf 8 support is present in hvm.
Some contrib code has to be updated to work correctly with it.
follow us at
https://groups.google.com/d/topic/harbo ... discussion
by mbelgrano
Fri Apr 20, 2012 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: UTF8 in HVM
Replies: 0
Views: 241

Re: Creating and using a Harbour pcode DLL

To create a small EXE that just contains pcode and uses a Harbour DLL that contains the HVM (virtual machine and RTLs) do:

hbmk2 -shared test.prg

test.prg
Code: Select all  Expand view

function Main()

   Alert( "Hello world" )

return nil
 
by Antonio Linares
Mon Jan 30, 2012 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating and using a Harbour pcode DLL
Replies: 2
Views: 905

Re: Prototype missing?

... code or maybe even support for hb_parv*() and hb_storv*() functions. Next important difference between Harbour and xHarbour is access to internal HVM structures. In Harbour internal HVM structures are hidden by default so programmers cannot access them, i.e. PHB_ITEM is mapped as 'void *' pointer ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8069

Re: Timers and loops

... can * have a more realist multitasking * * $EXAMPLES$ * $STATUS$ * R * $COMPLIANCE$ * xHarbour extension * $PLATFORMS$ * All * $FILES$ * source/vm/hvm.c * $SEEALSO$ * HB_BACKGROUNDTIME(),hb_backgroundActive(),hb_backgroundAdd(),hb_backgroundDel(),hb_backgroundFind(),hb_backgroundReset(),hb_backgroundRun(),hb_backgroundRunSingle(),hb_backgroundShutDown() ...
by Enrico Maria Giordano
Fri Feb 19, 2010 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11342

Re: Compilar en Ubuntu

... 'prueba.prg'... Lines 3, Functions/Procedures 1 Generating C source output to 'prueba.c'... Done. compiling C module... linking... ./lib/libhbvm.a(hvm.o): In function `hb_vmModulus': hvm.c:(.text+0x551e): undefined reference to `fmod' ./lib/libhbvm.a(hvm.o): In function `hb_vmPower': hvm.c:(.text+0x560d): ...
by Verhoven
Tue Dec 22, 2009 4:17 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Compilar en Ubuntu
Replies: 19
Views: 7387

Link warnings

I get these warnings: --------------------Configuration: whbiene - Debug-------------------- hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00054B50 hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00095768 ...
by Otto
Fri Oct 30, 2009 7:18 am
 
Forum: FiveWin for Pocket PC
Topic: Link warnings
Replies: 3
Views: 871

Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

... '_HB_FUN_YEAR' referenced from C:\HARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_hb_errInit' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_setInitialize' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conInit' referenced from ...
by Coiote
Wed Oct 21, 2009 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3309

Erro na GTWIN.LIB ao compilar programas

... '_HB_FUN_YEAR' referenced from C:\HARBOUR\LIB\VM.LIB|initsymb Error: Unresolved external '_hb_errInit' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_setInitialize' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conInit' referenced from ...
by Coiote
Tue Oct 20, 2009 10:32 pm
 
Forum: All products support
Topic: Erro na GTWIN.LIB ao compilar programas
Replies: 1
Views: 1072

Error on compiling a fwppc program

with xmate I compile a test fwpc it is compiled but xmate return these lines hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0004567C hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000938F8 ...
by Silvio
Mon May 04, 2009 12:42 am
 
Forum: FiveWin for Pocket PC
Topic: Error on compiling a fwppc program
Replies: 2
Views: 456

Re: Creating a LIB or DLL

Antonio, I downloaded the DLL and it works perfect. I applied the code you described to my \hs1\harbour\source\vm\hvm.c   {      HB_STACK_TLS_PRELOAD      s_main_thread = hb_stackId();      /* _SET_* initialization */  ...
by Dave Zowasky
Mon Mar 30, 2009 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35021

Re: Creating a LIB or DLL

Dave, I think I have found where the exception is coming from. It is a Harbour bug. Please make this change in harbour\source\vm\hvm.c function hb_vmInit():    if( bStartMainProc )   // new !!!      hb_cmdargUpdate();  Now there is no exception though the DLL function is ...
by Antonio Linares
Sat Mar 28, 2009 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35021
PreviousNext

Return to advanced search