Skip to content

Commit c83d0eb

Browse files
authored
Update: WinDevLib v9.2.640
1 parent 18a0266 commit c83d0eb

5 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
2+
**Update (v9.2.640, 15 Jan 2026):**
3+
- Added OpenGL EXT and MS vendor-specific functions
4+
- opengl32, glu32, and GDI+ APIs now use `[UseGetLastError(False)]` for performance, since they don't use SetLastError.
5+
- Added compiler const WDL_NO_GL to disable OpenGL.
6+
- (Bug fix) BitmapData last member should be LongPtr [#44](https://github.com/fafalone/WinDevLib/issues/44)
17

8+
**Update (v9.2.639, 13 Jan 2026):**
9+
- (Bug fix) glu.h functions are DLL exports from glu32.dll, not loaded by wglGetProcAddress
10+
211
**Update (v9.2.638, 13 Jan 2026):**
312
- Added initial OpenGL coverage.
413
-- Included: Windows SDK gl.h, glu.h; OpenGL 1.2-4.6; ARB approved extension; FreeGLUT. Planned but not yet included: EXT functions, vendor-specific functions.
514
-- Note: Most functions are loaded dynamically, and a context must be created first.\
615
WDL will automatically initialize all dynamic functions on the first use of any dynamic function. Thanks to Wayne Phillips for the technique.
7-
- GdipAddPathStringI is missing #42
8-
- (Bug fix) GdipPathIterNextMarkerPath, GdipBitmapApplyEffect, GdipBitmapCreateApplyEffect definitions incorrect #43
16+
- GdipAddPathStringI is missing [#42](https://github.com/fafalone/WinDevLib/issues/42)
17+
- (Bug fix) GdipPathIterNextMarkerPath, GdipBitmapApplyEffect, GdipBitmapCreateApplyEffect definitions incorrect [#43](https://github.com/fafalone/WinDevLib/issues/43)
918

1019
**Update (v9.2.634, 27 Dec 2025):**
1120
- Began process of implementing Alias syntax:

WinDevLib.twinpack

311 KB
Binary file not shown.

WinDevLib.twinproj

311 KB
Binary file not shown.

WinDevLibImpl.twinpack

0 Bytes
Binary file not shown.

WinDevLibImpl.twinproj

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)