Re: Using external libraries the correct way

2016-07-17 Thread NX via Digitalmars-d-learn
On Sunday, 17 July 2016 at 17:52:59 UTC, solidstate1991 wrote: Up to this day, I have to use them by dragging the source into my project. When I tried to import imageformats, the compiler looks up for the file imageformats.d and fails to finish the program. I'm not using command line for

Re: Using external libraries the correct way

2016-07-17 Thread Edwin van Leeuwen via Digitalmars-d-learn
On Sunday, 17 July 2016 at 17:52:59 UTC, solidstate1991 wrote: Up to this day, I have to use them by dragging the source into my project. When I tried to import imageformats, the compiler looks up for the file imageformats.d and fails to finish the program. I'm not using command line for

Using external libraries the correct way

2016-07-17 Thread solidstate1991 via Digitalmars-d-learn
Up to this day, I have to use them by dragging the source into my project. When I tried to import imageformats, the compiler looks up for the file imageformats.d and fails to finish the program. I'm not using command line for compiling, I use Xamarin with mono-D instead.