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 - angel.na

Pages: [1]
1
QB64 Discussion / Re: Update windows 10
« on: August 16, 2019, 01:26:36 pm »
I use DosBox to make an android compatible version. (In android it works with Magic DosBox.)
The question of the directories is the following:
The version for android was, in the pc:
Mount  C C:\Basic
Having C:\Basic\Windows\Debug\File
For the program:
Nom1$ "C:\Windows\Debug\File"
In android in the explorer it is necessary to create the Windows and Debug folders.
The version for QB64 was:
Nom1$ "C:\Windows\Debug\File"
It gives me an error so I moved the file to a directory outside the windows directory.
On the other hand
Can I compile QB64 for android?

2
QB64 Discussion / Re: Update windows 10
« on: August 16, 2019, 02:48:12 am »
I've solved the problem.  In the coding/decoding program I used a file in the directory c:\windows\... With the update of windows 10 was deleted. The program instead of giving error 53, file not found, gives access denied. And I didn't think the file was missing.
Thank you for your interest.

3
QB64 Discussion / Re: Update windows 10
« on: August 14, 2019, 03:21:40 pm »
Before the last update of Windows 10, the code did not give error.
NOM1$ = "C:\Textos\Texto.txt"
OPEN NOM1$ FOR OUTPUT AS #1
Now gives error : Permission denied.
The same program in Qbasic, using dosbox, does not give error.
I guess it will happen to others as well.

4
QB64 Discussion / Update windows 10
« on: August 14, 2019, 12:10:17 pm »
When programming with open binary.
For example:
OPEN NOM1$ FOR BINARY AS #1
Access denied.
Sorry I don't speak English.
I use Deepl.
Thank you

Pages: [1]