QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: acjacques on October 09, 2019, 11:56:24 am
-
I am receiving this error message in all samples
" Unhandled Error #76
Line 12699 (in main module)
Path not found
Continue ?
Yes No "
I cant figure what is causing this. Cold somebody help me ?
-
not without seeing that section of code. but it sounds like the program is trying to access a directory that is not there. Check spelling and '/' direction (some OSs care about that)
-
This happens i any code.
Even in
Print "hello"
-
I have solved:
The problem was that QB64 was running from Desktop Directory
I moved the all QB64 directory to C: Program Files and the problem goes out.
-
make sure that QB64 as 'user rights' to read and write to its folders, make sure any Antivirus software its not imposing upon its running as well.
QB64 needs to be able to create temp files when it converts the BASIC to C++ for compiling.
just beat me too it.,.. good to hear you got it working.