VC++6 has a bunch of quite atrocious limitations; it was released
before the C++98 spec was finalized and thus gets a bunch of stuff
wrong. (Example: VC++6 has no support for templated member functions.)
Qt had to hack around those limitations for a long time and official
support was finally dropped a while back. You should still be able to
coerce it into working if you put some effort into it but you won't
get any official support for it. (That said, you MIGHT be able to get
community support for it from #qt or the qt-interest ML.)

/s/ Adam

On Wed, Oct 28, 2009 at 2:50 PM, Hari Sundar <hsun...@gmail.com> wrote:
> Hi,
>
> Why is Visual Studio 6 support missing ? Cmake does support Visual Studio 6,
> so why is it missing from Qt Creator ?
>
> I know it is an antiquated compiler, but I have some legacy projects that
> need to use VC6 and would prefer a better IDE (with FakeVIM) ...
>
> thanks,
> Hari
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to