Skip to content

Hevanafa/Posit-92_Win64

Repository files navigation

Posit-92 native Windows port based on the WebAssembly version

Boilerplate

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

How To Turn Off Debugging Console

To turn off the debugging console / terminal, follow this:

  1. Open Project > Project Settings,
  2. Scroll down, find Compiler Options,
  3. Click Config and Target,
  4. Turn on Win32 gui application,
  5. Press OK

Changing Windows Target: x64 to x86

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)

  1. Open Project > Project Settings,
  2. Scroll down, find Compiler Options,
  3. Click Config and Target,
  4. Change the Target platform as follows:
    1. Target OS: Win32
    2. Target CPU family: i386
    3. Leave the target processor to default
  5. Press OK

After changing those settings, don't forget to replace the SDL DLLs with the appropriate processor architecture

Compiler Setup

This is for the installation with fpcupdeluxe, but if you want to install FPC manually, it's up to you

  1. Enable FPC version: Either trunk or 3.3.1 works

  2. 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

About

POSIT-92 implementation targeting Windows x86/x64

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors