The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Home
Name Modified Size InfoDownloads / Week
Anniversary Patch for OWLNext.vcxproj.filters 2024-10-27 1.3 kB
dllmain.cpp 2024-10-27 671 Bytes
ReadMe.txt 2024-10-27 913 Bytes
32-bit.def 2024-10-27 60 Bytes
64-bit.def 2024-10-27 56 Bytes
Anniversary Patch for OWLNext.sln 2024-10-27 1.3 kB
Anniversary Patch for OWLNext.vcxproj 2024-10-27 9.5 kB
Totals: 7 Items   13.9 kB 1
Anniversary Patch for OWLNext

After the Anniversary Update for Windows 10 (i.e. version 1607), applications
linked dynamically with OWLNext in Unicode mode would fail with a System Error
saying "The program can't start because ext-ms-win-gdi-desktop-l1-1-0.DLL is
missing from your computer". The same error would appear for applications that
use static linking in Unicode mode, if TPrintDC::DeviceCapabilities is used.

This project creates "ext-ms-win-gdi-desktop-l1-1-0.DLL" in which the missing
function is defined as a stub. Deploy the DLL with the OWLNext application to
suppress the system error message.

Note that the missing function is just a stub that returns -1 and sets the 
system error state to ERROR_CALL_NOT_IMPLEMENTED. If the application actually
uses TPrintDC::DeviceCapabilities, it may no longer work.

For more information, see: http://sourceforge.net/p/owlnext/bugs/342
Source: ReadMe.txt, updated 2024-10-27