LGPL Re: QtD 0.1 is out!

2009-02-16 Thread renoX
naryl a écrit : Don Wrote: Well, since Qt is going to use the lunatic# LGPL license, you have to use a DLL anyway for commercial use. # lunatic because of the prohibition against static linking. I cannot understand why anyone would use such an absolutely moronic license. LGPL doesn't explic

Re: QtD 0.1 is out!

2009-02-16 Thread Walter Bright
Jarrett Billingsley wrote: On Mon, Feb 16, 2009 at 8:26 PM, Walter Bright wrote: Eldar Insafutdinov wrote: Finally we managed to compile qtd for Windows. But at the very last step when compiling example, optlink crashed with a messagebox containing X86 registers content. This seems to be a blo

Re: QtD 0.1 is out!

2009-02-16 Thread Eldar Insafutdinov
Walter Bright Wrote: > Eldar Insafutdinov wrote: > > Finally we managed to compile qtd for Windows. But at the very last > > step when compiling example, optlink crashed with a messagebox > > containing X86 registers content. This seems to be a blocker for qtd > > working on windows.. > > What yo

Re: QtD 0.1 is out!

2009-02-16 Thread Jarrett Billingsley
On Mon, Feb 16, 2009 at 8:26 PM, Walter Bright wrote: > Eldar Insafutdinov wrote: >> >> Finally we managed to compile qtd for Windows. But at the very last >> step when compiling example, optlink crashed with a messagebox >> containing X86 registers content. This seems to be a blocker for qtd >> w

Re: QtD 0.1 is out!

2009-02-16 Thread Walter Bright
Eldar Insafutdinov wrote: Finally we managed to compile qtd for Windows. But at the very last step when compiling example, optlink crashed with a messagebox containing X86 registers content. This seems to be a blocker for qtd working on windows.. What you can do is try to obj2asm and dumpobj -p

Re: QtD 0.1 is out!

2009-02-16 Thread Eldar Insafutdinov
Don Wrote: > Eldar Insafutdinov wrote: > > Bill Baxter Wrote: > > > >> On Mon, Feb 16, 2009 at 4:38 AM, Eldar Insafutdinov > >> wrote: > >>> Bill Baxter Wrote: > >>> > On Mon, Feb 16, 2009 at 4:28 AM, Eldar Insafutdinov > wrote: > > Bill Baxter Wrote: > > > >> On Mon, Feb

Re: QtD 0.1 is out!

2009-02-16 Thread Jarrett Billingsley
On Mon, Feb 16, 2009 at 7:10 AM, grauzone wrote: > Jarrett Billingsley wrote: >> >> On Sun, Feb 15, 2009 at 9:27 PM, Eldar Insafutdinov >> wrote: The reason why is this file is big is in this bug http://d.puremagic.com/issues/show_bug.cgi?id=282 And I don't thing that placing

Re: Just one more thing...

2009-02-16 Thread Sean Kelly
Walter Bright wrote: Anders F Björklund wrote: Walter Bright wrote: No luck, same problem. Might want to add "requires Mac OS X 10.5" or something for now ? Upgraded wxD CVS to support DMD on Mac too. Yeah, that looks like the best strategy for the moment. It seems odd that there is such co

Re: QtD 0.1 is out!

2009-02-16 Thread grauzone
Jarrett Billingsley wrote: On Sun, Feb 15, 2009 at 9:27 PM, Eldar Insafutdinov wrote: The reason why is this file is big is in this bug http://d.puremagic.com/issues/show_bug.cgi?id=282 And I don't thing that placing enums outside the class is a good idea, because enums will be exposed to gl

Re: Just one more thing...

2009-02-16 Thread Anders F Björklund
Danny Wilson wrote: I tried using DMD OSX with DSSS yesterday. For some reason it whines when using -version=Posix "Error: version identifier 'Posix' is reserved and cannot be set". Is that a bug or a feature :-)? LDC does the same... For GDC, the predefined version identifier is 'Unix': h

Re: Just one more thing...

2009-02-16 Thread Walter Bright
So, does the latest dmd1 work?

Re: Just one more thing...

2009-02-16 Thread Walter Bright
Danny Wilson wrote: I tried using DMD OSX with DSSS yesterday. For some reason it whines when using -version=Posix "Error: version identifier 'Posix' is reserved and cannot be set". Is that a bug or a feature :-)? It's a feature. Posix is predefined for OSX and linux targets.

Re: QtD 0.1 is out!

2009-02-16 Thread Eldar Insafutdinov
Jarrett Billingsley Wrote: > On Sun, Feb 15, 2009 at 9:27 PM, Eldar Insafutdinov > wrote: > >> The reason why is this file is big is in this bug > >> http://d.puremagic.com/issues/show_bug.cgi?id=282 And I don't thing that > >> placing enums outside the class is a good idea, because enums will

Re: Just one more thing...

2009-02-16 Thread Danny Wilson
I tried using DMD OSX with DSSS yesterday. For some reason it whines when using -version=Posix "Error: version identifier 'Posix' is reserved and cannot be set". Is that a bug or a feature :-)? Op Sat, 14 Feb 2009 21:11:38 +0100 schreef Walter Bright : Now includes Mac OSX version! ht

Re: QtD 0.1 is out!

2009-02-16 Thread Max Samukha
On Sun, 15 Feb 2009 21:27:35 -0500, Eldar Insafutdinov wrote: >Eldar Insafutdinov Wrote: > >> Max Samukha Wrote: >> >> > On Mon, 16 Feb 2009 03:55:58 +0900, Bill Baxter >> > wrote: >> > >> > >On Mon, Feb 16, 2009 at 3:28 AM, Max Samukha >> > > wrote: >> > >> On Sun, 15 Feb 2009 13:06:46 -0500,

Re: QtD 0.1 is out!

2009-02-16 Thread Don
Eldar Insafutdinov wrote: Bill Baxter Wrote: On Mon, Feb 16, 2009 at 4:38 AM, Eldar Insafutdinov wrote: Bill Baxter Wrote: On Mon, Feb 16, 2009 at 4:28 AM, Eldar Insafutdinov wrote: Bill Baxter Wrote: On Mon, Feb 16, 2009 at 4:11 AM, Eldar Insafutdinov wrote: Bill Baxter Wrote: On M