It's stored in the IDE's preferences file.RSrole wrote: Thu Nov 17, 2022 10:48 pm So for the moment, how can I remove the entry from the database? I don't know where it's stored.
PB Windows IDE not responding for a long time
Re: PB Windows IDE not responding for a long time
Re: PB Windows IDE not responding for a long time
A habit to get into: Test the presence of the file before trying to open it, it is much faster.
If you don't do this, a local network can take up to 20 minutes to respond if there is no local name resolution system (it looks crashed, but it isn't)
Look up NetBIOS over TCP/IP to understand how names propagation works (or not) on a local network in the absence of local DNS.

Code: Select all
Debug FileSize("\\test\hello\world.txt") ; -1 file does not exist
Look up NetBIOS over TCP/IP to understand how names propagation works (or not) on a local network in the absence of local DNS.

Re: PB Windows IDE not responding for a long time
I have wrote a tool to remove netwerk files from purebasic preferences 
Link: Purebasic Preferences Cleaner

Link: Purebasic Preferences Cleaner
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: PB Windows IDE not responding for a long time
So it's purebasic.pref in C:\Users\{username}\AppData\Roaming\PureBasic