On Tue, 03 Jun 2008, Enrico Maria Giordano wrote: Hi Enrico,
> >2008-06-03 18:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > > * harbour/common.mak > > * harbour/source/rtl/Makefile > > * harbour/include/hbextern.ch > > + harbour/source/rtl/hbrun.c > > + added function to execute commands which returns application > > exit code: > > HB_RUN( <cCommand> ) -> <nErrorLevel> > Error: Unresolved external '_HB_FUN_HB_RUN' referenced from E:\HARBOUR > CVS\HARBOUR\OBJ\B32\HBRUN.OBJ The non GNU make system does not accept multiple files with the same name even if they are located in different directories and belongs to different libraries and I forgot about hbrun.prg used for HBRUN tool. I'll change new file name (hbrun.c) ASAP. Thanks for information. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
