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.
ActiveTcl on Windows is built with MSVC6 with the updated platform SDK that includes uxtheme.h for XP theming.
very much thanks for the information!