11-18-2025, 04:34 PM
I recommend not extracting anything inside the QB64-PE directory. Doing so can help you avoid many issues. I haven't tested building InForm-PE directly from the QB64-PE directory in a long time. It might work, but I am not sure. The README.md file has a recommended setup you can use. Also, I highly suggest enabling "Run > Output EXE to source folder" in the IDE.
If you can share the contents of internal/temp/compilelog.txt from your system, it would help pinpoint the problem. My guess is that your project still includes old InForm runtime files. The older runtime depended on falcon.h, which no longer compiles due to changes in the QB64-PE C++ runtime library. Simply delete those files and replace them with the ones from the InFrom-PE directory. I listed the critical ones in README.md.
If you can share the contents of internal/temp/compilelog.txt from your system, it would help pinpoint the problem. My guess is that your project still includes old InForm runtime files. The older runtime depended on falcon.h, which no longer compiles due to changes in the QB64-PE C++ runtime library. Simply delete those files and replace them with the ones from the InFrom-PE directory. I listed the critical ones in README.md.

