Re: Freshly Compiled DMD + Visual Studio

2013-08-27 Thread Andre Artus
On Tuesday, 27 August 2013 at 14:04:09 UTC, Meta wrote: On Tuesday, 27 August 2013 at 13:55:55 UTC, Andre Artus wrote: Check that your library paths are all set to the path for of the newly built Phobos. It may be that it's trying to link in the old library. Of course it was something as sim

Re: Freshly Compiled DMD + Visual Studio

2013-08-27 Thread Meta
On Tuesday, 27 August 2013 at 13:55:55 UTC, Andre Artus wrote: Check that your library paths are all set to the path for of the newly built Phobos. It may be that it's trying to link in the old library. Of course it was something as simple as that. Thank you Andre.

Re: Freshly Compiled DMD + Visual Studio

2013-08-27 Thread Andre Artus
On Tuesday, 27 August 2013 at 13:32:06 UTC, Meta wrote: On Tuesday, 27 August 2013 at 12:09:22 UTC, Dmitry Olshansky wrote: Linker errors are typically solve by doing clean, then rebuilding from source. There is a decent chance that you (or VisualD) do separate compilation and old object files

Re: Freshly Compiled DMD + Visual Studio

2013-08-27 Thread Meta
On Tuesday, 27 August 2013 at 12:09:22 UTC, Dmitry Olshansky wrote: Linker errors are typically solve by doing clean, then rebuilding from source. There is a decent chance that you (or VisualD) do separate compilation and old object files can't find matching symbols in the new runtime library.

Re: Freshly Compiled DMD + Visual Studio

2013-08-27 Thread Dmitry Olshansky
27-Aug-2013 08:46, Meta пишет: I decided to compile D from Github for the first time, and everything seemed to be working. I can build and run stuff fine from the command line. However, then I tried to make Visual Studio use my newly compiled DMD, and things blew up. I'm using VisualD 0.3.37. Whe

Freshly Compiled DMD + Visual Studio

2013-08-26 Thread Meta
I decided to compile D from Github for the first time, and everything seemed to be working. I can build and run stuff fine from the command line. However, then I tried to make Visual Studio use my newly compiled DMD, and things blew up. I'm using VisualD 0.3.37. When I try to compile a small proje