Can someone enlighten me how can I extract a static linkable lib from a .dll with MINGW?
There is no way to create a statically linkable lib from any dll on Windows. (well, there is one tool, but it doesn't work and it a complete hack) If you want to create implibs from .dlls for mingw, the road is bumpy. You don't need it though, since you can pass plain dlls to mingw linker. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
