Author Topic: Somethings wrong with the setup  (Read 2190 times)

0 Members and 1 Guest are viewing this topic.

Offline bytehead

  • Newbie
  • Posts: 1
    • View Profile
Somethings wrong with the setup
« on: January 02, 2019, 09:01:37 pm »
I'm a newbie here (Hi n00b!).

I evidently don't understand the setup_win.bat

It fails, spectacularly.

Looking at the file, it's looking for files starting with internal\ladeedah.

But I'm already in internal to execute the batch file.

I guess I'm supposed to start the batch file by using internal\setup_win.bat in the upper\QB64 directory?

Well, that's working. The documentation might want to make that a bit clearer. Location seems to be everything. :p

Offline Bert22306

  • Forum Regular
  • Posts: 206
    • View Profile
Re: Somethings wrong with the setup
« Reply #1 on: January 02, 2019, 09:26:42 pm »
First, welcome to our fine club. And I think you are way, way overthinking this, bytehead.

I gather, you are running qb64 on Windows. Think in terms of how you'd do this back in DOS days.

1. Unzip the big qb64 self-extracting .7z file somewhere in your PC. That self-extracting file creates a qb64 folder and lots of subfolders.

2. Look inside that qb64 folder, not the subfolders, the first level folder. And you'll see something called qb64.exe.

3. Launch qb64.exe. End of story.

That launches the familiar-looking QuickBasic IDE, to default settings, which are the same settings as used in the original Microsoft QB. You can adjust it to be bigger, different colors, etc, in the options tab. (I set my IDE display to 150 by 43, for example. Infinitely easier to work with.)

Done.

Should there ever be a need for you to recompile qb64.exe, say because you made some manual changes to qb64, you can open the IDE as described above, then go to the "source" subfolder in the qb64 folder, and open the qb64.bas file in that source folder (where the manual changes were entered). Wait for the IDE to say "OK," and the run qb64.bas. This will automatically create a qb64(2).exe file, in that qb64 folder.

For a regular user, that's really all you need to know.
« Last Edit: January 02, 2019, 09:39:38 pm by Bert22306 »