ActiveState Community

which compiler was used to build ActiveTCL?

Posted by vadrer on 2008-04-22 07:34
OS: Windows

Hi all,

I am very curious which compiler was used to build ActiveTCL?
AFAIK prefered compiler is MSVC++6.0 but it do not contain file uxtheme.h which is required to build themed Tk (unless "noxp" is passed to makefile.vc)

thanks in advance for any information,
Vadim.

jeffh | Tue, 2008-04-22 13:07

ActiveTcl on Windows is built with MSVC6 with the updated platform SDK that includes uxtheme.h for XP theming.

vadrer | Tue, 2008-04-22 23:18

very much thanks for the information!