Make HTTP request without cURL/other libraries
BoPoHa_C_CblPoM via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 24 11:12:16 PDT 2014
On Wednesday, 24 September 2014 at 17:52:26 UTC, Adam D. Ruppe
wrote:
> On Wednesday, 24 September 2014 at 17:48:25 UTC,
> BoPoHa_C_CblPoM wrote:
>> Error 42: Symbol Undefined _D4arsd4http12__ModuleInfoZ
>
> You imported the module, so you need to compile it too:
>
> dmd yourfile.d http.d
>
> where http.d is the download from my github, just save it in
> the folder with the rest of your code.
Thank you again.
More information about the Digitalmars-d
mailing list