WTL on Windows 10
Has anyone used WTL on Windows 10 already? All the apps I build with WTL segfault on Windows 10. They work on Windows 8 and Windows 7.
I even tried the most basic Hello-World app in WTL on Windows 10 and it segfaults when I run it. There is no clear indication of what is wrong. The program is just running the typical Windows segfault error.
Looks like WTL is not yet compatible with Windows 10? Has anyone had this problem.
Just asking here like others will probably have the same problem. I have tried two different versions of Windows 10 (beta preview and official release). I am using the latest WTL WTL 9.0.4140 Final
(2014-05-30).
source to share
our commercial video app is based on WTL (vs2015 express).
works great, but it is different from MFC based applications.
when popup menu win10, video frame rate drop in MFC (26fps-> 10fps), WTL (26fps-> 5fps).
https://github.com/sailfish009/wtl (WTL version 9.1 (build 5321 final) 2015-11-17)
source to share