Re: Linking problem with QtD

2009-10-30 Thread Qian Xu
Eldar Insafutdinov wrote: > > I saw you made the reference to this link > (http://www.dsource.org/projects/qtd/wiki/MacCaseStudy which contains this > command line option, but still I don't understand why you get undefined > symbols like QPrintDialog::options() const which belongs to libQtGui. Be

Re: Linking problem with QtD

2009-10-30 Thread Eldar Insafutdinov
Qian Xu Wrote: > Eldar Insafutdinov wrote: > > > > I saw you made the reference to this link > > (http://www.dsource.org/projects/qtd/wiki/MacCaseStudy which contains this > > command line option, but still I don't understand why you get undefined > > symbols like QPrintDialog::options() const wh

Re: version specific enum members

2009-10-30 Thread Ary Borenszweig
Phil Deets wrote: On Thu, 29 Oct 2009 18:28:12 -0500, Ary Borenszweig wrote: Ellery Newcomer wrote: Phil Deets wrote: Hi, is there a way to add members to an enum based on conditional compilation symbols. I tried enum Tag { A, B, version (symbol) { C, D, } E, } but it do

Re: Linking problem with QtD

2009-10-30 Thread Qian Xu
Eldar Insafutdinov wrote: > > All Qt versions keep forward binary compatibility and a full compatibility > within a major version, 4.5.3 contains only bug fixes compared to 4.5.2. > Version from code.google.com is a way to old, so I would not even > consider it. Have you tried to turn on BUILD

Re: Linking problem with QtD

2009-10-30 Thread Eldar Insafutdinov
Qian Xu Wrote: > Eldar Insafutdinov wrote: > > > > All Qt versions keep forward binary compatibility and a full compatibility > > within a major version, 4.5.3 contains only bug fixes compared to 4.5.2. > > Version from code.google.com is a way to old, so I would not even > > consider it. Hav

Mixins output handling

2009-10-30 Thread Zarathustra
Is there a some compiler switch to produce mixins output. I mean [d_file_with_mixins] -> [d_file_without_mixins].

Re: Mixins output handling

2009-10-30 Thread Trass3r
Zarathustra schrieb: Is there a some compiler switch to produce mixins output. I mean [d_file_with_mixins] -> [d_file_without_mixins]. No, Descent has such a feature though.

Re: version specific enum members

2009-10-30 Thread Phil Deets
On Fri, 30 Oct 2009 06:38:44 -0500, Ary Borenszweig wrote: Phil Deets wrote: On Thu, 29 Oct 2009 18:28:12 -0500, Ary Borenszweig wrote: Ellery Newcomer wrote: Unfortunately, that's going to be about the best you can do, unless you're willing to play with string mixins and their ilk.