.. but I've moved it here because the questions I have are windows specific and tinman has to be tired of answering me!
Brief summary :
I'm super new to windows programming and PB (not a news flash!).
I'm trying to get libcurl to play nice with PB. I'm using the mingw compiled library from the libcurl homepage. I was in the middle of trying to write out a description for all the functions so I could import them and eliminate the need for Library (CallCFunction etc) stuff. I ran into trying to give a number of arguments for this function in libcurl :
Code: Select all
CURLFORMcode curl_formadd(struct HttpPost ** firstitem,
struct HttpPost ** lastitem, ...);So is it possible to import CDECL functions (if that's indeed what this is)? If so, how? Also, how do you explain the number of arguments in the above function in a .pbl file?
One last thought, tinman did point out that there is an import library, would using that make more sense here?
Thanks all!
