MFC and UNICODE
-
Many source code projects here are outdated because MFC requires projects to be UNICODE. Here is an [article](https://www.codeproject.com/Articles/27774/CListCtrl-and-sorting-rows?msg=5348929#xx5348929xx) with that problem (if you download its source code). My fix: CListCtrl_Sort.zip (93.9 KB)
- Michael Haephrati מיכאל האפרתי
-
Many source code projects here are outdated because MFC requires projects to be UNICODE. Here is an [article](https://www.codeproject.com/Articles/27774/CListCtrl-and-sorting-rows?msg=5348929#xx5348929xx) with that problem (if you download its source code). My fix: CListCtrl_Sort.zip (93.9 KB)
- Michael Haephrati מיכאל האפרתי
What is your suggestion? Do you want CP to remove all those articles? Or update the code? If you need to use the code as it is, install the MBCS DLL. I have not tried it with VS2015, but I had to do it with VS2013 for a project I was working on. VS2015 MFC MBCS DLL Add-on[^] Download Multibyte MFC Library for Visual Studio 2013 from Official Microsoft Download Center[^]
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty
-
What is your suggestion? Do you want CP to remove all those articles? Or update the code? If you need to use the code as it is, install the MBCS DLL. I have not tried it with VS2015, but I had to do it with VS2013 for a project I was working on. VS2015 MFC MBCS DLL Add-on[^] Download Multibyte MFC Library for Visual Studio 2013 from Official Microsoft Download Center[^]
"When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty
I think the authors should update their code from time to time.
- Michael Haephrati מיכאל האפרתי
-
I think the authors should update their code from time to time.
- Michael Haephrati מיכאל האפרתי
That is entirely up to the authors. In some cases, we have authors who still use the old version of the IDE they created the code in so they won't be in a position to update it. In other cases, it takes far more effort than they have time available to them. There are so many reasons that people don't update the code.
This space for rent