Hey all. I’m a longtime C# Visual Studio user developing engineering apps with WinForms GUI’s, and recently decided to take a look at Fortran. I successfully installed the Intel Fortran Compiler standalone version and it works fine in Visual Studio. However, I checked the Intel documentation and it says " To build your application as a Fortran Windows application in the visual development environment, choose Windowing Application from the list of Project types when you open a new project.". However, when I create a new project in VS, the only choices that seem related to Windows GUI’s (under “Fortran” and “Windows” filters) are “Standard Graphics Application” and “QuickWin” application. And it sounds like “QuickWin” is just a bare-bones GUI that doesn’t do all the standard controls.
Does anyone know what I’m missing? Do I need to download something additional, or maybe this functionality is only available in the paid version?
Thanks.