Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WTL on Windows 10

Has anyone used WTL on Windows 10 already? All applications that I create with WTL segfault on Windows 10. They work on Windows 8 and Windows 7.

I even tried the most basic Hello-World application in WTL on Windows 10 and it segfaults when I run it. There are no clear indications of what is wrong. The program just segfaults with generic Windows segfault error.

Looks like WTL isn't Windows 10 compatible yet? Has anyone had this problem yet.

Just asking here as others will probably have the same problem. I tried two different Windows 10 (pre-release beta, and official release). I'm using latest WTL version WTL 9.0.4140 Final (2014-05-30).

like image 922
bodacydo Avatar asked Oct 19 '22 05:10

bodacydo


1 Answers

All of our commercial applications are WTL built in VS2008. They work fine on Windows 10. If you can get a dmp file you should be able to review the crash dmp in windbg and see what is causing the fault.

like image 104
OldSchool Avatar answered Nov 15 '22 06:11

OldSchool