how can I use the function HttpSendRequestW_()
It is referenced on the MSDN of HttpSendRequestA() https://docs.microsoft.com/en-us/window ... ndrequesta
And also on this forum post https://social.msdn.microsoft.com/Forum ... vclanguage
When I try to call it, PB just tells me it's not a function, array etc.
I'm using PureBasic 5.71 LTS (Windows - x64), Windows 10.
Can I use an import command? I'm really not that firm with this kind of thing. One of the reason I love PB is the direct Api-Access.
The problem I'm having is, the same as in the forum post. Because strings are internally stored in unicode, I can't seem to send them with this function. Only the first character gets sent.
I did find the Ascii()-function in the help, so that's what I'm using meanwhile. But I can't be 100% certain that I will never want to send some unicode characters (emojis etc).
Thanks in advance
