"Gennadiy Rozental" <[EMAIL PROTECTED]> writes: > * Added building dynamic libraries into Jamfile > Unfortunately it does not work as expected on windows platform. I would > greatly appreciate any input. See: > http://groups.yahoo.com/group/jamboost/message/2248
Vladimir followed up to that message shortly after you posted it. Anyway, what you're trying to do (build a dynamic library containing references to unresolved external symbols) can't be done on Windows AFAIK, nor can it be done conveniently on some other platforms like AIX. When using the test library as a DLL, you'll need to provide a different interface for the library to get the user's "main" function. One possibility would be for the user to pass it explicitly to the library. -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost