themachho

Results 3 comments of themachho

Parsed the DOM and inherited the text-decoration to the tspan and now it is rendered correctly. The issue can be closed now. Thanks!

Managed to compile and link an example for x64 (sill cant compile curlcpp.lib for x86) and it works. The only issue now is the LNK4217 warning ``` PS C:\Users\user\Documents\curlcpp_test> vcvarsall.bat...

Update: I added CURL_STATICLIB on visual studio Preprocessor before compile curlcpp.lib to solve the issues later since the example worked but no when i tryied to use in another program....