Thanks Fred!
ps: next year it will be 10 years since "OS X" was renamed to "macOS", and on the main site there are still old and incorrect names: "OS X", "MacOS" and even "MacOS X". (wiki)
Search found 8 matches
- Fri Jun 20, 2025 7:52 pm
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 30319
- Fri May 02, 2025 6:18 pm
- Forum: Tricks 'n' Tips
- Topic: PureLibrary Creator - PB 6.20
- Replies: 48
- Views: 17009
Re: Lib - PB 6.20
Hello
please add here an example of creating a help file using DocMaker, and call for help on F1
- Mon Dec 09, 2024 3:48 am
- Forum: Tricks 'n' Tips
- Topic: Interfacing with C++ DLLs
- Replies: 5
- Views: 4759
Re: Interfacing with C++ DLLs
Procedure.s DeMangle(MangledName.s, Flags.i=#UNDNAME_COMPLETE)
#UNDNAME_COMPLETE = $00000; Enable full undecoration
#UNDNAME_NO_LEADING_UNDERSCORES = $00001; Remove leading underscores from MS extended keywords
#UNDNAME_NO_MS_KEYWORDS = $00002; Disable expansion of MS extended keywords
#UNDNAME_NO ...
#UNDNAME_COMPLETE = $00000; Enable full undecoration
#UNDNAME_NO_LEADING_UNDERSCORES = $00001; Remove leading underscores from MS extended keywords
#UNDNAME_NO_MS_KEYWORDS = $00002; Disable expansion of MS extended keywords
#UNDNAME_NO ...
- Sat Feb 18, 2023 7:23 am
- Forum: Bugs - IDE
- Topic: FormDesigner: Edit Items window - not work copy\paste
- Replies: 0
- Views: 777
FormDesigner: Edit Items window - not work copy\paste

1. Right click context menu not showing up
2. CTRL-C\CTRL-V\CTRL-X keyboard shortcuts not working
- Tue Jul 05, 2022 8:32 pm
- Forum: Announcement
- Topic: QoiImagePlugin
- Replies: 3
- Views: 1786
- Mon Nov 23, 2020 11:41 pm
- Forum: Feature Requests and Wishlists
- Topic: Requested API Structure and constants
- Replies: 77
- Views: 155154
Re: Requested API Structure and constants
Hi Fred, Could you also upload files from /Imports there? he is already in "free" access.
There is a desire to assign normal names to parameters, all Arg1-ArgX and then you can update the current APIFunctionListing.txt in one click
There is a desire to assign normal names to parameters, all Arg1-ArgX and then you can update the current APIFunctionListing.txt in one click
- Wed Sep 23, 2020 4:44 pm
- Forum: Tricks 'n' Tips
- Topic: Get system folder location...
- Replies: 13
- Views: 8144
Re: Get system folder location...
Procedure.s GetSystemDirectory()
Protected SystemDirectory.s = Space(#MAX_PATH)
GetSystemDirectory_(SystemDirectory.s, #MAX_PATH)
PathAddBackslash_(SystemDirectory.s)
ProcedureReturn SystemDirectory.s
EndProcedure
Procedure.s GetWindowsDirectory()
Protected WindowsDirectory.s = Space(#MAX ...
Protected SystemDirectory.s = Space(#MAX_PATH)
GetSystemDirectory_(SystemDirectory.s, #MAX_PATH)
PathAddBackslash_(SystemDirectory.s)
ProcedureReturn SystemDirectory.s
EndProcedure
Procedure.s GetWindowsDirectory()
Protected WindowsDirectory.s = Space(#MAX ...
- Wed May 23, 2018 5:57 pm
- Forum: Tricks 'n' Tips
- Topic: WinDivert: Windows Packet Divert w/PureBasic samples.
- Replies: 13
- Views: 14829
Re: WinDivert: Windows Packet Divert w/PureBasic samples.
Please reupload PBWinDivert_samples.zip