Thread: Net, http portable lib

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    35

    Net, http portable lib

    What I already found:
    1. Poco - cant compile under MinGW (I think too big to me)
    2. libCurl - cant compile under MSVC ("the ordinal 55" zlib.dll, unsolved in off. mail-listings)

    help me please with other suggestions.
    im from LMoldovaZ

  2. #2
    int x = *((int *) NULL); Cactus_Hugger's Avatar
    Join Date
    Jul 2003
    Location
    Banks of the River Styx
    Posts
    902
    Does MSVC not have a tool to generate import libraries directly from a DLL file? (Equivalent of MinGW's dlltool?)

    Also, there seems to be a MSVC library on the libcurl site, albeit for a slightly outdated version.
    long time; /* know C? */
    Unprecedented performance: Nothing ever ran this slow before.
    Any sufficiently advanced bug is indistinguishable from a feature.
    Real Programmers confuse Halloween and Christmas, because dec 25 == oct 31.
    The best way to accelerate an IBM is at 9.8 m/s/s.
    recursion (re - cur' - zhun) n. 1. (see recursion)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error stop Http Listener
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-04-2008, 02:14 AM
  2. using VC6 link VC7 static lib error
    By George2 in forum C++ Programming
    Replies: 5
    Last Post: 06-29-2006, 10:58 PM
  3. HTTP with Portable Component Library
    By karas in forum C++ Programming
    Replies: 1
    Last Post: 02-27-2006, 10:28 AM
  4. Writing all HTTP requests from a website to a log file
    By goomyman in forum C# Programming
    Replies: 1
    Last Post: 07-29-2005, 09:18 AM
  5. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM