Hi Jaroslaw, > N:\kopia>hbmk2 proba.prg -lsuperlib > hbmk: Processing configuration: N:\LASTHB\HARBOUR\BIN\hbmk.cfg > Harbour 2.0.0beta1 (Rev. 11403) > Copyright (c) 1999-2009, http://www.harbour-project.org/ > Compiling 'proba.prg'... > Lines 2645, Functions/Procedures 18 > Generating C source output to 'proba.c'... Done. > proba.c: > Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland > Error: Unresolved external '_HB_FUN_EXPBOX' referenced from > N:\LASTHB\HARBOUR\LIB\SUPERLIB.LIB|s_messyn > Error: Unresolved external '_HB_FUN_IMPBOX' referenced from > N:\LASTHB\HARBOUR\LIB\SUPERLIB.LIB|s_messyn > hbmk: Error: Running linker. 2
There is no sign of these functions in the original SuperLib sources, so they must belong to some other libs. > Any help ? > Or : Is any function in harbour like 'editdb' in superlib ? > Using 'editdb' i can define mouse hot regions when i'm browsig dB. Yes, there is. You can check it with: grep editdb * Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
