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

+3


source to share


3 answers


All our commercial applications are WTL built into VS2008. They work fine on Windows 10. If you can get the dmp file, you can view the crash dmp in windbg and see what is causing the error.



+1


source


Windows 10 with Visual Studio 2015 Community compiles and runs WTL MemDlg sample, I used WTL91_5270_Beta p>



0


source


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)

0


source







All Articles