WinDevLib
WinDevLib copied to clipboard
Windows Development Library for twinBASIC
Hi, I am very new to tB and cannot find `Package Manger` in the tB IDE. Can you please guide me through the process? Or better still can you please...
Toolbox
I have just imported from the internet the tbshellLib. Should I see a toolbox? 
https://github.com/fafalone/tbShellLib/blob/93346dece996ba12da8526ad21a923bdb95cc00f/Export/Sources/slTypelib.twin#L33 This should return LongPtr I believe (it is PVOID) --- Also I wonder how you would feel about 2 (or 3) improvements to make this more idiomatic: https://github.com/fafalone/tbShellLib/blob/93346dece996ba12da8526ad21a923bdb95cc00f/Export/Sources/slTypelib.twin#L30 In...
Looks like WOW64_LDT_ENTRY is defined twice in the wdAPI.twin file:  _Note: I'm using version 8.3.432.0 of WinDevLib_
Jon, should pszHashItem argument in the A and aliased version below be of type String? ```vba [Description("Notifies the Shell that an image in the system image list has changed.")] Public...
I am using CreateThreadpoolIO, it takes a callback function as its second argument. My understanding was tB introduced delegates to strngly type function pointers in API declares. But I also...