cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: accessing libcurl in VBA from within Excel

From: Jeff Pohlmeyer <yetanothergeek_at_yahoo.com>
Date: Wed, 7 Jul 2004 03:31:42 -0700 (PDT)

It's been a while since I did any windows stuff, but maybe you could try:
  Alias "curl_easy_cleanup" ( ByRef handle As Long )
or:
  Alias "curl_easy_cleanup" ( ByVal handle As Long )

You might also try MsgBox(handle) to see if it isn't zero.

( I'm surprised some VB guru hasn't come up with a binding for libcurl yet. )

                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
Received on 2004-07-07