Daniel Stenberg wrote: > On Wed, 8 Apr 2009, Gisle Vanem wrote: > >> This test program makes calls to `Curl_mk_dnscache' and >> `Curl_hash_destroy'. Since there internals are not exported from >> libcurl.dll, what should be done about it? Force everybody on Windows >> to link statically? No option for me. > > We need to make the test case either conditional on using a static lib > (when on windows) or we need to make the test case use the code from the > lib separately (as opposed to just expecting the lib to export it). Or > something...
Building special "test" version of library to use only with test cases? Piotr Dobrogost
