Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - earnestduke

Pages: [1]
1
QB64 Discussion / Re: Newbie Stuff
« on: November 29, 2020, 08:02:52 pm »
Thanks NOVARSEG and SMcNeill for the responses.
The path to the .exe files (including QB64.exe) along with the .bas and .exe user files is: C:\Users\earne\Desktop\qb64.
I use PC Matic and haven't learned how to whitelist a subdirectory yet. However, I did set the protection to "Manual Override" so I can choose. It works! Thanks much!

2
QB64 Discussion / Re: Newbie Stuff
« on: November 29, 2020, 01:53:58 pm »
Thanks, Fellippe and xra7en!
This is probably more of a Windows OS operator error issue than a QB64 issue. Feel free to point me somewhere else.
I downloaded, unzipped and ran QB64_1.4 on another Windows 10 desktop (asus) and everything worked just fine. On the Windows 10 desktop (hp) I am trying to get it to work on, I think I mangled something by multiple downloading and deleting of the QB64 system. (I didn’t find an uninstall entry in the Control Panel.)
The best I can remember, I did the following:
•   Downloaded the QB64_1.3~.7z zip file and unzipped it under the “Program Files” folder. (This was my first use of .7z.) I saw where that location is a no-no, so I deleted that subdirectory.
•   Repeated the process for the 1.3 version to the “Downloads” subdirectory, again using the .7z file.
•   Tried to create the “Hello World” program and ran into the “flash” output screen problem.
Per Fellippe’s suggestion, I referenced the Terry Ritchie tutorial. I deleted the QB64_1.3 subdirectory. I downloaded the QB64_1.4 file (.zip this time) to the desktop and unzipped it to a desktop folder. Created a program of just PRINT “HW” and ran it from the IDE. It just flashed like before.
Per xra7en’s suggestion, put in statement “INPUT i” with same result. Put in FOR NEXT loop and gradually increased the count to a billion. Same result. This is all running from the IDE. Running the exe from Windows File Explorer results in the error: “Windows cannot access the specified device path or file. You may not have the appropriate permissions to access the item.”
Running the .exe using cmd results in “Access is denied.”
•   I know next to nothing about environment variables but I did look in System Information and there are no environment variable entries containing the string "QB64".
Thanks for any inputs!

3
QB64 Discussion / Newbie Stuff
« on: November 27, 2020, 05:22:24 pm »
I apologize for not being able to find it, but where is the real just getting started info? I loaded qb64 and created the Hello World program. Upon running, the output window flashed maybe one-half second and was gone. How can I get it to stay? Thanks!

Pages: [1]