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.
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.
Is there a some compiler switch to produce mixins output.
I mean [d_file_with_mixins] -> [d_file_without_mixins].
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
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
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
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
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