Compiling a project - monicanagent/cypherpoker GitHub Wiki

In FlashDevelop, compiling a project is a simple as pressing CTRL-ENTER. You can also:

  1. Select the small blue "play" button ("Test Project") at the top of the window, next to the "DEBUG / RELEASE" pulldown.
  2. Press the F5 key.
  3. Select "Project -> Test Project" from the main menu.

FlashDevelop doesn't compile every class if it doesn't think anything has changed from the last time they were compiled. This usually doesn't cause problems but if you're seeing unexpected compilation results you can try cleaning the project (SHIFT-F8 or "Project -> Clean Project" from the main menu).

Finally, be sure to read the notes for each project module as they may require specific compilation settings - the cryptoworker needs to be compiled in "Release" mode, for example.