-
```
I set in torrent session:
disk_io_write_mode = session_settings::disable_os_cache;
disk_io_read_mode = session_settings::disable_os_cache;
because when caching files libtorrent use >2GB of RAM.
B…
-
```
I set in torrent session:
disk_io_write_mode = session_settings::disable_os_cache;
disk_io_read_mode = session_settings::disable_os_cache;
because when caching files libtorrent use >2GB of RAM.
B…
-
To some of the user/learner like me,it is really really a difficult challenge to make a 64 bit compiled library (tried several times during the past) also I am so eager to try this great libray.So it …
-
What are the conventions for syntax highlighting of BASIC code? While working on issue #20 (derived modes), I have run into a problem that I do not know the meaning of groupings like basic-builtin-reg…
-
I think I encountered this before, but didn't know how to reproduce it. I'm pretty sure it only happened before when I pressed shift. :edit: I confirmed it can happen while holding shift long enough e…
-
This is to discuss in details the offshoot from the discussion in #46.
tB allows for parameterized construction of objects. That's great!
Unfortunately, COM cannot use those constructors direct…
-
Compiler warning - Version 1.20.0 (2024-04-01)
Please see detials with following logs:
```
14:18:12: Compilation: "F:\OfficePC_Update\!FB\fbc\fbc64.exe" -b "mff.bi" -exx -v -x "../mff64.dll" …
-
## Describe the bug
Each repo has a "languages" section to the right. If the language is V, clicking on it redirects to https://github.com/vlang/v/search?l=v which results in `We couldn’t find …
-
I request that the following data is removed from The Stack and StackOverflow:
- Commits
- GitHub issue
- StackOverflow:
- scruss/1pw2kpxxml
- scruss/AmigaTraces-GFA_Source
- scruss/DXF…
-
https://github.com/freebasic/fbc/blob/5e93d69f151172694f98f08376838e90f632d6b9/inc/win/shobjidl.bi#L3311
This #ifdef looks both suspiciously placed(only covering single typedef) and having wrong ve…