Search found 8 matches

by LinXP
Fri Jun 20, 2025 7:52 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 30319

Re: PureBasic 6.21 is out !

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)
by LinXP
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

pf shadoko wrote: Wed Dec 11, 2024 11:01 pm To test a small example:
save this code as ext2D.pb
Hello
please add here an example of creating a help file using DocMaker, and call for help on F1
by LinXP
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 ...
by LinXP
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

Image
1. Right click context menu not showing up
2. CTRL-C\CTRL-V\CTRL-X keyboard shortcuts not working
by LinXP
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
by LinXP
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 ...
by LinXP
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