Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Prof-MFC 3.4.0.2 on VS2010 does not work properly Collapse All
Subject Author Date
Reinhold Hoffmann May 23, 2017 - 3:57 PM

Building Prof-MFC 3.4.0.2 on VS2010 works fine but when running especially in _DEBUG mode errors occur.


The root cause is that in ExtMfcDef.h the wrong _MFC_VER is used for VS2010.


In line 920 the statement is


#if _MFC_VER < 0xC00


but the statement for VS2010 needs to be


#if _MFC_VER < 0xA00  (no guarantee if that works for lower VS versions)


which guides to the call IsCharSpace.


The fault is a nasty one because all seems to run fine unless umlauts like the German umlauts ä,ö,ü etc. or any other character outside the regular range is used. Then the _DEBUG builds run into errors.


I recommend to distribute an official update.


Reinhold


 


 


 

TSELLC Support Jul 17, 2017 - 7:46 AM

This was corrected.

TSELLC_Support