On Mon, 08 Jun 2009, Alex Strickland wrote:
>>   * 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?

You haven't made clean build.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to