This sample is a video Poker Fortran program usingQuickWin

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:
    cd src/
    Rc /l 0x0409 /fo Poker.res Poker.rc
    deftofd resource.h resource.fd

    ifort /nologo /libs:qwin /c Descript.f90
    ifort /nologo /libs:qwin /c Bitmap.f90
    ifort /nologo /libs:qwin /c Cards.f90
    ifort /nologo /libs:qwin /c Button.f90
    ifort /nologo /libs:qwin /c Misc.f90
    ifort /nologo /libs:qwin /c Scoring.f90
    ifort /nologo /libs:qwin /c Registry.f90
    ifort /nologo /libs:qwin /c Subclass.f90
    ifort /nologo /libs:qwin /c Poker.f90

    ifort /nologo /libs:qwin poker.obj descript.obj bitmap.obj cards.obj button.obj misc.obj scoring.obj registry.obj subclass.obj poker.res

    move poker.exe ..
    cd ..
  3. Run the program: poker.exe