Search found 57 matches: hvm

Return to advanced search

Re: Creating a LIB or DLL

Antonio,

I am able to get the before vminit in the maindll.c not the one before in the hvm.c

Thanks
by Dave Zowasky
Sat Mar 28, 2009 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

Re: Creating a LIB or DLL

... clean install > make_gnu.log 2>&1copy \hs1\harbour\bin\*.exe \harbour\bin\  Here is what I have in the hvm.c file. /* application entry point */#include <windows.h>  // new !!!void hb_vmInit( BOOL bStartMainProc ){   HB_TRACE(HB_TR_DEBUG, ...
by Dave Zowasky
Fri Mar 27, 2009 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

Re: Creating a LIB or DLL

Antonio, Yes, I forgot the #include <windows.h> inside hvm.c I put it in there and still having some sort of problems. When I added the messages in the HVM I was still not hitting them To be sure I started over fresh with no changes I noticed this ...
by Dave Zowasky
Thu Mar 26, 2009 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

Re: Creating a LIB or DLL

Dave, > Error: Unresolved external '_MessageBox' referenced from C:\HS\HARBOUR\LIB\WIN\BCC\HBVM.LIB|hvm Do you get that error when building your DLL ? Or when you rebuild Harbour ? Have you included #include <windows.h> inside hvm.c as I shown you ? > also this ...
by Antonio Linares
Thu Mar 26, 2009 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

Re: Creating a LIB or DLL

Antonio, I keep getting compile error Error: Unresolved external '_MessageBox' referenced from C:\HS\HARBOUR\LIB\WIN\BCC\HBVM.LIB|hvm also this is how the initstack is. #if defined( HB_MT_VM )   hb_threadInit();   hb_vmStackInit( hb_threadStateNew() ...
by Dave Zowasky
Thu Mar 26, 2009 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

Re: Creating a LIB or DLL

Dave, Ok, now in Harbour\source\vm\hvm.c function hb_vmInit() please place some traces and rebuild Harbour again and rebuild the DLL and the EXE: ...#include <windows.h>  // new !!! void hb_vmInit( BOOL bStartMainProc ){  ...
by Antonio Linares
Wed Mar 25, 2009 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

ERROR en la generacion de HARBOUR - checkbox.prg(132)

... source\vm\extend.c: source\vm\extrap.c: source\vm\fm.c: source\vm\garbage.c: source\vm\hashes.c: source\vm\hashfunc.c: source\vm\hvm.c: source\vm\initexit.c: source\vm\initsymb.c: source\vm\itemapi.c: source\vm\macro.c: source\vm\memvars.c: source\vm\memvclip.c: source\vm\pcount.c: ...
by jmansur
Wed Mar 25, 2009 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR en la generacion de HARBOUR - checkbox.prg(132)
Replies: 1
Views: 749

Re: Migracion a HB: HB_SYMBOL_NAME_LEN

... source\vm\extend.c: source\vm\extrap.c: source\vm\fm.c: source\vm\garbage.c: source\vm\hashes.c: source\vm\hashfunc.c: source\vm\hvm.c: source\vm\initexit.c: source\vm\initsymb.c: source\vm\itemapi.c: source\vm\macro.c: source\vm\memvars.c: source\vm\memvclip.c: source\vm\pcount.c: ...
by jmansur
Wed Mar 25, 2009 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migracion a HB: HB_SYMBOL_NAME_LEN
Replies: 5
Views: 1199

Re: Creating a LIB or DLL

Dave,

Do you have experience building Harbour yourself ?

We should place several traces in harbour\source\vm\hvm.c function hb_vmInit() to check where it is failing.

Its easy. I can explain you how to do it.
by Antonio Linares
Sun Mar 22, 2009 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35023

Re: New FWPPC 9.01

... Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM Copyright (C) Microsoft Corp 1984-2002. All rights reserved. tosfrit.c hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000580BC hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at ...
by softruz
Mon Feb 16, 2009 10:51 am
 
Forum: WhatsNew / Novedades
Topic: New FWPPC 9.01
Replies: 39
Views: 9484

... external '_hb_errInternal' referenced from C:\HARBOUR\LIB\VM.LIB|fm Error: Unresolved external '_hb_errInit' referenced from C:\HARBOUR\LIB\VM.LIB|hvm Error: Unresolved external '_hb_conNewLine' referenced from C:\HARBOUR\LIB\VM.LIB|estack Error: Unresolved external '_hb_conOutErr' referenced from ...
by cyberkily
Thu Dec 18, 2008 5:45 pm
 
Forum: FiveWin para CA-Clipper
Topic: compilar con buildh el sample tutor01
Replies: 4
Views: 1416

... 22:30 UTC-0430 Ron Pinkas <ron/at/xharbour.com> * include/classes.h * source/vm/classes.c + Added hb_clsClearAllClassDatas() * source/vm/hvm.c + Add call to clear class datas before disabling Destructors /* This change dismisses the restriction on storing a destructable object into a ...
by Enrico Maria Giordano
Fri Aug 29, 2008 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14035

No, as far as I know. This is from xHarbour's hvm.c: #ifdef TRACE_DUPLICATE_FUNCTIONS /* NOTE: hb_traceInit() is not yet executed, but it uses s_bEmpty to not override output preceding hb_vmInit() */ TraceLog( NULL, "*** ...
by Enrico Maria Giordano
Thu Jul 10, 2008 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trace.log
Replies: 5
Views: 1117

Instalacion

... for ARM Copyright <C> Microsoft Corp 1984-2002. All rights reserved. Client.c Creating library client.lib and object client.exp Vm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva= 0x00038328 rdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, ...
by Lupita
Wed Apr 09, 2008 7:31 pm
 
Forum: FiveWin para Pocket PC
Topic: Instalacion
Replies: 10
Views: 2576

Re: Trace.log

Unfortunately not. This log comes from xHarbour not from FWH and is not currently optional. While waiting for the new xHarbour official release, you can comment out the line with the string "WARNING!" from hvm.c of the CVS (or I can send you harbour.exe with that change).

EMG
by Enrico Maria Giordano
Sat Oct 13, 2007 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trace.log
Replies: 5
Views: 1022
PreviousNext

Return to advanced search