Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions config.xw
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

Namespace std.config

'EDIT 2025-07-16: OBSOLET, WILL BE UNDONE

' --------------------------------- Reconfigurable data type ranges
'
' It's about the range of the data types. That's affects how the library handles the memory.
' We can change carefuly the data types affected to the aliases but you'll need
' to recompile the whole library before a beta.
'
' Anyway, the library don't need to be reconfigured unless a true reason, it can handles
' images until 32K² pixels and can adresses some petabytes of data on a lba.

'#Import "/types/builtin"

'#Import "/types/aliases/bdc"

Using std.types

Alias PInt:UByte32 'maximum range for pointer indexes
Loading