Thread: URLDownloadToFile() - urlmon.a in gcc

  1. #1
    Registered User
    Join Date
    Dec 2008
    Posts
    104

    URLDownloadToFile() - urlmon.a in gcc

    Hello,

    I need to make a call to the function URLDownloadToFile() which is included in the urlmon header, which is included in the urlmon library.

    I am using gcc(MinGw) on Windows, and it does not have the liburlmon.a file or the urlmon.h file. I have been searching everywhere but I cannot find it.

    Any tips?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Later post with more details
    URLDownloadToFile<A/W>() does nothing
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Quick Compilation Question
    By chacham15 in forum C Programming
    Replies: 10
    Last Post: 10-12-2008, 08:15 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. Replies: 4
    Last Post: 09-02-2007, 08:47 PM
  4. Compiles on gcc 3.3 but not on gcc 4.0.3
    By cunnus88 in forum C++ Programming
    Replies: 5
    Last Post: 03-29-2007, 12:24 PM
  5. gcc
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-22-2003, 03:46 PM