I have installed Activestate Perl 5.20 on a Windows 2012 Server. The default settings for make/Compiler are 'dmake' and 'mingw'. So i installed Visual Studio Express and the MS SDK.
I put the dirs in the PATH, executed 'vcvars*', but when trying to install a certain module, i always get the error that the MS Compiler is needed but only 'mingw' is available.
I need to install Win32::GUI::Grid and it only Compiles with MSVC...
I can install Win32::GUI without any error show, but in fact win32::GUI::Grid and at least win32::GUI::axWindow are mnot installed.
I also cannot switch to linux or another Perl Distribution, since I have to 'compile' with PerlApp.
An suggestions where or how to change the settings?