1
QB64 Discussion / Re: Project looking for Programmer (I can't do it myself)
« on: April 05, 2022, 05:39:31 am »** The only thing I need at the moment is an Installer function added to the setup. The (replacement)setup program is written in QB. It has to run in DOS, that is the main goal.**Only DOS matters.
Ok if the installer only runs in DOS then the game runs in DOS too so Im not sure I follow. You might want to try messing about with Microsoft XP and see if it works there. To run the same DOS game in QB64 you got to port over the basic source code (if you can get the source) and compile it in QB64. Now I think you said that the game was written in 16 bit assembler but that wont run on anything later than XP
The game was recompiled for DOS, so the new setup program was written for DOS.
the installer function is only needed for DOS.
It is mostly to make it whole again and for the few bare metal DOS gamers. Most just drag and drop in windows and use DOSBOX to play.