Re: DMD2 does not link on windows 7-64bit

2010-09-07 Thread OK
To answer my own post :
the problems vanish when I add a main() method.
question : how do I automagically add a standard main method ?

regards, Oliver


Re: DMD2 does not link on windows 7-64bit

2010-09-07 Thread Mike Chaten
If you are trying to compile a library, add -lib to make it not require a
main method.

On Tue, Sep 7, 2010 at 2:12 PM, OK herrsauro...@lavabit.com wrote:

 To answer my own post :
 the problems vanish when I add a main() method.
 question : how do I automagically add a standard main method ?

 regards, Oliver