Przemyslaw Czerpak-2 wrote: > > On Sun, 21 Sep 2008, Przemyslaw Czerpak wrote: > > I think that I know what could be a problem: > regular expressions library. >
Thank you! For linking test application I use standard bld.bat from BIN directory. >From bld.bat harbour 1.0.1 bcc32 -O2 -d %CFLAGS% -I%HB_INC_INSTALL% -L%HB_LIB_INSTALL% %1.c %HB_USER_LIBS% hbcpage.lib hbcpage.lib hbdebug.lib hbvm.lib ... hbpcre.lib hbzlib.lib harbour 1.1 bcc32 -O2 -d %C_USR% -I%HB_INC_INSTALL% -L%HB_LIB_INSTALL% %1.c CW32MT.LIB %HB_USER_LIBS% hbcpage.lib hbdebug.lib hbvm.lib .. hbpcre.lib hbzlib.lib I link hbpcre.lib BEFORE CW32MT.LIB and all works as fine. I found this in ChangeLog: 2008-09-14 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/bld.bat + Added cw32mt.lib for BCC32 to make it work for MT Harbour. ; I hope this won't break ST Harbour builds, a quick tests proved not. Fot mr it break not onle ST but also MT :) For MT we need something like SET HB_MT=mt IF NOT HB_MT=="" SET _CW32MT=cw32mt.lib bcc32 -O2 -d %C_USR% -I%HB_INC_INSTALL% -L%HB_LIB_INSTALL% %1.c %HB_USER_LIBS% hbcpage.lib hbdebug.lib hbvm%MT%.lib .. hbpcre.lib hbzlib.lib %_CW32MT% Regards, Petr -- View this message in context: http://www.nabble.com/harbour-1.1-%28-ChangeLog-9453-2008-09-20-03%3A37%3A41Z-druzus-%29-%2B-bcc-%28551-or-582%29.-tp19594721p19604164.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour