This sample demonstrates the use of the QuickWin library, displaying a graphical monthly calendar for the current month.

System Requirements:

Build Instructions

For Visual Studio IDE users:
  1. Open Visual Studio and load the solution .sln file
  2. Clean the solution from menu Build > Clean Solution
  3. Build the project from menu Build > Build Solution
  4. Run the application from menu Debug > Start Without Debugging or press Ctrl-F5
For Windows Command Line users:
  1. Open the appropriate Intel Fortran compiler command prompt from Start menu and navigate to project folder
  2. Compile:
    ifort /nologo /c /libs:qwin src/calnmod.f90
    ifort /nologo /libs:qwin src/calendar.f90 calnmod.obj
  3. Run the program: calendar.exe