Posit-92 native Windows port based on the WebAssembly version
DEMOS\hello_simple is the boilerplate that is always up-to-date with the experimental features
boilerplate is the version that is usable with the current stable version
To turn off the debugging console / terminal, follow this:
- Open Project > Project Settings,
- Scroll down, find Compiler Options,
- Click Config and Target,
- Turn on Win32 gui application,
- Press OK
This option will make it possible to develop games even on a Windows XP (32-bit) machine
Make sure the Free Pascal targeting i386-win32 is already installed (read the section below to see how)
- Open Project > Project Settings,
- Scroll down, find Compiler Options,
- Click Config and Target,
- Change the Target platform as follows:
- Target OS: Win32
- Target CPU family: i386
- Leave the target processor to default
- Press OK
After changing those settings, don't forget to replace the SDL DLLs with the appropriate processor architecture
This is for the installation with fpcupdeluxe, but if you want to install FPC manually, it's up to you
-
Enable FPC version: Either trunk or 3.3.1 works
-
Then, click Only FPC
This process should take a few minutes
After that, install the cross compiler for:
x64:
- CPU: x86_64
- OS: windows
x86 (32-bit):
- CPU: i386
- OS: windows
Click Install compiler to begin the installation process