! Making shared version of Harbour binaries...
POLINK: error: Unresolved external symbol 'hb_wctomb'.
POLINK: fatal error: 1 unresolved external(s).
hbmk2: Error: Running linker. 1
POLINK: error: Unresolved external symbol 'hb_wctomb'.
POLINK: fatal error: 1 unresolved external(s).
hbmk2: Error: Running linker. 1
POLINK: error: Unresolved external symbol 'hb_wctomb'.
POLINK: fatal error: 1 unresolved external(s).
hbmk2: Error: Running linker. 1
This is an old one, actually, first reported in April.
Here the problem is that hb_wctomb() isn't HB_EXPORTed
from wce harbour.dll, only provided in hbcommon.lib as
public function.
Now, I'm not sure which is the better solution:
Adding HB_EXPORT to these functions to be published from
wce .dlls or link hbcommon.lib from hbmk2 in wce shared mode?
Or something completely different?
Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour