Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trackword Puzzle Solver InForm Program
#5
I usually avoid placing anything inside the QB64-PE installation directory. I consider that a bad practice. The first thing I do after downloading a new version of QB64-PE is enable "Run > Output EXE to Source Folder" in the IDE.

This makes it easy to delete the entire QB64-PE directory and replace it with a newer version whenever one is released. No need to back up anything. But that’s just my workflow.

Unless you are including the InForm‑PE files in your project using relative paths that depend on where you downloaded InForm-PE, this should not cause any issues.

For best results, copy all required InForm-PE runtime files into an "InForm" (or similarly named) directory inside your project directory and include them from there.

For example:

MyProject/
|________InForm/
|              |_______InForm.bi
|              |_______InForm.ui
|              |_______InFormCommon.bi
|              |_______InFormVersion.bi
|              |_______xp.uitheme
|              |_______extensions/*.*
|________MyProject.bas
|________MyProject.frm

Then in MyProject.bas, include the InForm runtime like this:

Code: (Select All)
' Your code...

'$INCLUDE:'./InForm/InForm.bi'
' etc..

' Your code...

Update: See this old post by @FellippeHeitor - https://qb64forum.alephc.xyz/index.php?topic=1878.0
Reply


Messages In This Thread
RE: Trackword Puzzle Solver InForm Program - by a740g - 01-23-2026, 08:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Four-Room Maze Puzzle Game Magdha 0 170 12-28-2025, 11:17 AM
Last Post: Magdha
  Interlocking Jigsaw Puzzle Magdha 4 464 12-04-2025, 05:22 PM
Last Post: Magdha
  Sliding Block Picture Puzzle Magdha 0 232 11-29-2025, 10:14 AM
Last Post: Magdha
  Clock Patience (InForm Game) Magdha 0 223 11-20-2025, 10:23 AM
Last Post: Magdha

Forum Jump:


Users browsing this thread: