> Von: "Ingrid Kemgoum" > hi, > i'm trying to build a c++ project and i have a dynamic library. it is > created a .dll but MSVC ask for a .lib. > Is there a way to produce both .dll and .lib from the library? > > Thanks and regards. > You have to do it by your own by defining the functions which you want to export. See also ml archive: http://www.cmake.org/pipermail/cmake/2008-June/022105.html
Christian -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
