[email protected] wrote:
Revision: 11245
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11245&view=rev
Author:   druzus
Date:     2009-06-06 12:21:43 +0000 (Sat, 06 Jun 2009)

...

  * harbour/source/vm/eval.c
    ! replaced hb_vmFunction() calls by hb_vmSend()
    + added .prg function hb_execMsg( <sFuncSym>, <object>, [<params,...>] )
      which executes <sFuncSym> with <object> set as QSELF() value.
      Mindaugas, you can use it in your HashObject to execute functions
      like pseudo messages.

I am getting this error with MSVC, using hbmk2 on "hello.prg":

hbvm.lib(eval.obj) : error LNK2019: unresolved external symbol _hb_vmProc refere
nced in function _HB_FUN_HB_EXECMSG
hello.exe : fatal error LNK1120: 1 unresolved externals
hbmk: Error: Running linker. 1120

Is it related?

Regards
Alex
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to