WinDevLib icon indicating copy to clipboard operation
WinDevLib copied to clipboard

Windows Development Library for twinBASIC

Results 6 WinDevLib issues
Sort by recently updated
recently updated
newest added

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...

documentation
good first issue

I have just imported from the internet the tbshellLib. Should I see a toolbox? ![grafik](https://user-images.githubusercontent.com/41230018/223783404-6378a8a8-7528-4872-bd09-930cc956b3ef.png)

documentation
good first issue

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: ![image](https://github.com/fafalone/WinDevLib/assets/305213/f755cdb2-1f6d-4cd0-8856-ecd1798fa0f4) _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...