Hi Viktor,
I've got two questions about current HBCURL status:
1. You left in the code:
#if LIBCURL_VERSION_NUM < 0x071100
#error hbcurl: Harbour hbcurl needs libcurl 7.17.0 or upper.
#endif
Anyhow after your modifications it can be cleanly compiled also
with older CURL library versions (I tested 7.16.4). Are such builds
functional in the part which is supported by earlier CURL versions.
If yes then why we keep above #error message?
2. The memory mapping is not redirected to Harbour hb_x*() memory
functions. I can see in the code:
#ifdef _HB_CURL_REDEF_MEM
/* NOTE/TOFIX: _HB_CURL_REDEF_MEM doesn't work at this moment, as hb_xgrab()
is
getting pointers not allocated by our allocators. [vszakats]
*/
[...]
It's not clear for me what the above note means.
Can you tell me more precisely what is wrong?
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour