Re: App Build Error

2015-08-20 Thread Benjamin via Digitalmars-d-learn
On Monday, 17 August 2015 at 01:02:51 UTC, Nicholas Wilson wrote: On Sunday, 16 August 2015 at 17:33:52 UTC, Benjamin wrote: I'm having an issue with building my app - even a simple trivial app (shown below). [...] OS X version? Have you configured your dmd.conf? iirc it requires linker pa

App Build Error

2015-08-16 Thread Benjamin via Digitalmars-d-learn
I'm having an issue with building my app - even a simple trivial app (shown below). I receive the following error message: cc -arch i386 -framework CoreFoundation -lobjc -liconv: No such file or directory --- errorlevel 255 I've removed and reinstalled DMD - same issue. I

Re: CURL to get/set cookies

2015-04-16 Thread Benjamin via Digitalmars-d-learn
Vladimir & Adam Thank you! This was my last roadblock I needed to overcome to finish my prototype project for the company I work for. After a successful presentation and demo - the company I work for is taking a serious look into the D language for future projects. Thanks! Ben. On Monday

Re: CURL to get/set cookies

2015-04-05 Thread Benjamin via Digitalmars-d-learn
I"m still not able to set the cookie. Would it be possible to provide a few sample lines - to ensure I'm on the right path. I appreciate any additional help!! Thanks! Benjamin On Wednesday, 1 April 2015 at 14:33:55 UTC, Adam D. Ruppe wrote: There's two ways, you can let curl handle it by se

CURL to get/set cookies

2015-04-01 Thread Benjamin via Digitalmars-d-learn
Hello! I’m having issues with setting a cookie via CURL(std.net.curl). I’ve tried several time over the last week but can’t figure it out. I feel like I've tried every suggestion I found searching the web. Basically - I receive the value "set-cookie" from a GET request (got this), but hav