Watcom broken (was: Re: borland cvs head bug)
ABX
abx at abx.art.pl
Sun Oct 29 13:39:26 PST 2006
Vadim Zeitlin <vadim at ...> writes:
> The first one is to announce that we stop supporting this brain dead
> compiler as first thing we do when we start working on wxTNG.
Precisely, "C++ support". I follow closely their development to notice every
progress related to our needs but sadly they lack of good C++ developer. But
skills of C compiler and other parts of toolkit are impressive and a lot of
people are choosing OW intentionally.
> The second one would be to try explicitly calling
> wxStringToIntType<long>(...) -- maybe this would help it? Also, didn't it
> have troubles with "typename" keyword? Does replacing it with "class" help?
I tried:
typename with <long>
class with <long>
typename without <long>
class without <long>
and they all failed. I will commit temporary fix with macro in #ifdef __WATCOM__
and will ask in their newsgroup for support. Hopefully they will be interested
in cooperation.
ABX
More information about the wx-dev
mailing list