| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
[HELP] curlib.lib
From: Tiago Conceição <tiago_caza_at_hotmail.com>
Date: Sun, 08 Apr 2007 19:44:42 +0000
coding in c++ ! WIN32
i want use libcurl without have/run libcurl.dll !!!
i have made some test and:
including only:
curllib.lib = external errors
im using libcur.lib + curllib.lib works well
but:
#ifdef _WINDOWS
#include "curl.h"
void test1()
}
void test2()
Test 1 dont work (plugin not load but server load)
Test 2 works (plugin load but no curl functions )
curl = curl_easy_init();
}
this block plugin load = no load plugin
curl = curl_easy_init();
using
curl = curl_easy_init();
block plugin load
in linux works all wth only curlib.a
any ideas to solve this?
Im using curl-7.16.1
_________________________________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info