Compiling and Debugging FORTE with MS Visual Studio Express

FORTE with a win32-architecture can only be created with Visual Studio. The following describes how to compile FORTE with win32-architecture.

Create MS Visual Studio Project for FORTE with CMake

Compile Forte with Visual Studio Express

Open the generated FORTE project with Visual Studio and change from Debug to Release mode. Build FORTE afterwards. A forte.exe file should be generated in <forteroot>/bin/win32/src/Release.

Release Mode of Visual Studio Express

Debug Forte with Visual Studio Express

Open the generated FORTE project with Visual Studio and change from Release to Debug mode. Set FORTE as the main project.

Set FORTE as main project in Visual Studio Express

And Push F5 or click start debugging