Hello,

Compiling with MSVC I get this error:

Creating library bin\vc\harbour.lib and object bin\vc\harbour.exp
console.obj : error LNK2019: unresolved external symbol "void __cdecl
hb_threadCondSignal(struct tag_HB_WINCOND_T *)"
(?hb_threadCondSignal@@YAXPAUtag_HB_WINCOND_T@@@Z) referenced in
function "void __cdecl hb_conOut(unsigned short,void (__cdecl*)(char
const *,unsigned long))" (?hb_conOut@@yaxgp6axp...@z@Z)
console.obj : error LNK2019: unresolved external symbol "int __cdecl
hb_threadCondWait(struct tag_HB_WINCOND_T *,struct
_RTL_CRITICAL_SECTION *,unsigned long)"
(?hb_threadCondWait@@YAHPAUtag_HB_WINCOND_T@@PAU_RTL_CRITICAL_SECTION@@k...@z)
referenced in function "void __cdecl hb_conOut(unsigned short,void
(__cdecl*)(char const *,unsigned long))"
(?hb_conOut@@yaxgp6axp...@z@Z)
console.obj : error LNK2019: unresolved external symbol "struct
tag_HB_SHARED_RESOURCE hb_runningStacks"
(?hb_runningStacks@@3Utag_HB_SHARED_RESOURCE@@A) referenced in
function "void __cdecl hb_conOut(unsigned short,void (__cdecl*)(char
const *,unsigned long))" (?hb_conOut@@yaxgp6axp...@z@Z)
console.obj : error LNK2019: unresolved external symbol "struct
_RTL_CRITICAL_SECTION hb_outputMutex"
(?hb_outputMutex@@3U_RTL_CRITICAL_SECTION@@A) referenced in function
_HB_FUN_OUTSTD
console.obj : error LNK2019: unresolved external symbol "void __cdecl
hb_rawMutexForceUnlock(void *)" (?hb_rawMutexForceUnlock@@yax...@z)
referenced in function _HB_FUN_OUTSTD
hbserv.obj : error LNK2019: unresolved external symbol "void __cdecl
hb_threadCancelInternal(void)" (?hb_threadCancelInternal@@YAXXZ)
referenced in function "long __cdecl s_signalHandler(int,int,struct
_EXCEPTION_RECORD *)"
(?s_signalHandler@@YAJHHPAU_EXCEPTION_RECORD@@@Z)
hbserv.obj : error LNK2019: unresolved external symbol "void __cdecl
hb_threadDestroyStack(struct tag_HB_STACK *)"
(?hb_threadDestroyStack@@YAXPAUtag_HB_STACK@@@Z) referenced in
function "int __stdcall s_ConsoleHandlerRoutine(unsigned long)"
(?s_ConsoleHandlerRoutine@@y...@z)
hbserv.obj : error LNK2019: unresolved external symbol "struct
tag_HB_STACK * __cdecl hb_threadCreateStack(unsigned int)"
(?hb_threadCreateStack@@YAPAUtag_HB_STACK@@i...@z) referenced in function
"int __stdcall s_ConsoleHandlerRoutine(unsigned long)"
(?s_ConsoleHandlerRoutine@@y...@z)
hbserv.obj : error LNK2019: unresolved external symbol "int __cdecl
hb_threadCountStacks(void)" (?hb_threadCountStacks@@YAHXZ) referenced
in function _HB_FUN_HB_STARTSERVICE
idle.obj : error LNK2019: unresolved external symbol "void __cdecl

Patrick

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to