On Thu, 9 Apr 2009, Sukender wrote:

2. tests/server projects directly include libcurl source files. This is a fact. However, under Win32, some symbols in these files are marked as "imported" which is wrong when we include the files instead of linking with libcurl. My first solution was to put a definintion in tests/server projects to avoid libcurl symbols to be marked as "imported".

Ah right, now I recall it and thanks for being patient.

Can't we just define CURL_STATICLIB when we build the servers (and that's not even too far a stretch since the servers are in fact then using the code staticly) and it'll work already?

--

 / daniel.haxx.se

Reply via email to