This sample paintbrush program demonstrating use of mouse callbacks and graphics routines in a QuickWin application.

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 and navigate to project folder
  2. Compile:
    ifort /nologo /c /libs:qwin src/paintmod.f90
    ifort /nologo /libs:qwin src/qwpaint.f90 paintmod.obj
  3. Run the program: qwpaint.exe