On Thu, 05 Nov 2009, Pritpal Bedi wrote: Hi
> > You don't need it though, since you can pass plain > > dlls to mingw linker. > This seems ok. > Can you show me the syntax what I must > insert into vouch.hbm ? If you have harbour.dll then you can link it with your application by adding two parameters: -L<path_to_harbour_dll> -lharbour MinGW linker can take any DLL and create import library on the fly. It has also some extensions, i.e. if DLL does not contain any exported symbols but it has not striped symbol table then it can convert all public symbols to exported ones. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
