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 » various version of the dll Collapse All
Subject Author Date
Pierre MEDART Jun 1, 2007 - 8:34 AM

Hi,

our application uses the ansi charset in all its project appart 1.

This projects uses mbcs as charset. Therefore it tries to link to ProfUIS270md.dll.

Is-it possible to force the use of ProfUIS270nd.dll for that specific project ?

Technical Support Jun 1, 2007 - 9:26 AM

It’s possible if you replace the following line in the ../Prof-UIS/Include/ExtMfcDef.h file:

                              #define __PROF_UIS_LIB_NAME            "ProfUIS270md.lib"
with the following one:
                              #define __PROF_UIS_LIB_NAME            "ProfUIS270nd.lib"




Pierre MEDART Jun 1, 2007 - 10:09 AM

Thanks it works!