Re: Error 42: Symbol Undefined for asserts

2014-05-03 Thread FrankLike via Digitalmars-d-learn
The problem I am running in to now is that Xamarin Studio now launches Test.pdb.exe which doesn't seem to do anything at all. Use visual d,it's simple for using pdb.exe

Re: Error 42: Symbol Undefined for asserts

2014-05-03 Thread Andre Steenveld via Digitalmars-d-learn
On Saturday, 3 May 2014 at 13:18:13 UTC, FrankLike wrote: The problem I am running in to now is that Xamarin Studio now launches Test.pdb.exe which doesn't seem to do anything at all. Use visual d,it's simple for using pdb.exe Which isn't really an option, Visual D is for Visual Studio

Error 42: Symbol Undefined for asserts

2014-05-02 Thread Andre Steenveld via Digitalmars-d-learn
Hello all, I just started learning D and I thought it would be a good idea to port the Reactive Extensions to D. So far so good, I have been using Xamarin Studio in combination with Mono-D on Windows 7 and DMD 2.065.0. Even though unit testing is baked in to the language I wanted to set up

Re: Error 42: Symbol Undefined for asserts

2014-05-02 Thread FrankLike via Digitalmars-d-learn
Maybe not add -L+somelib.lib

Re: Error 42: Symbol Undefined for asserts

2014-05-02 Thread Andre Steenveld via Digitalmars-d-learn
I seem to have partially solved the problem myself. It seems that when using the Unittest target makes the linker look in to the /bin/Unittest directory even though project can be build using a different target. (right click the solution - options - configurations - Configuration Mappings)