Re: DMD D2: Unittest in static lib

2010-08-04 Thread Jesse Phillips
On Wed, 04 Aug 2010 12:50:45 +, Ettienne Gilbert wrote: > I have even - in desperation [did not really think it would work] - > tried to pass "--main" as an argument to the compiler [described by > Andrei in "The D Programming Language" in $5.1 on p133], in the hope > that I can fool the comp

Re: DMD D2: Unittest in static lib

2010-08-04 Thread Don
Ettienne Gilbert wrote: Hi, I am experienced in C++ but still a relative D newbie... I am building a static lib containing a bunch of functions that I often re-use. I will use these in other exe/dll projects by linking to the lib [and specifying the necessary Import paths..]. Everything is wor

DMD D2: Unittest in static lib

2010-08-04 Thread Ettienne Gilbert
Hi, I am experienced in C++ but still a relative D newbie... I am building a static lib containing a bunch of functions that I often re-use. I will use these in other exe/dll projects by linking to the lib [and specifying the necessary Import paths..]. Everything is working ok when I test the co