-
Hi all, sorry if I write in english. I'm developing a KOL application for WinCE on Lazarus and I need a HTTP client. I tried KOLics but no luck compiling assembly code. I tried Indy but it's not KOL compliant and no luck on WinCE platform. Can you suggest me some library or package?
Many thanks bye Alberto
-
-
-
@ Jon: I only need the Get method with basic authentication. First thing I tried was KOLICS and KOLsocket but FPC seems to have problem compiling some assembly code inside the library, when target is WinCE, no problem with default (Win/I386). But I see that on the page you suggested me there is a new version of KOLHTTPDownload ( 03.09.2008 ) I will have a try.
@finder2007: sounds interesting, very simple, I will try soon
Many thanks guys, I'll let you know
bye Alberto
-
Hi, I'm using pkWinInet and it's working fine, both on Win32 and on WinCE. I only need the GET method with basic protocol, so I'll go on with this library. Many thanks for your support!
Bye Alberto
|