On Mon, 24 Aug 2009, Szak�ts Viktor wrote: > 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?
The second version is the shortest way to create broken binaries. _NEVER_ suggest anything like that because int the worst case you can even create binaries with two HVM stacks taken from repeated HBVM static library. Please add export attribute to these functions. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
