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 General Discussion » ProfUIS 2.30 (Freeware) - ANSI Release configuration Collapse All
Subject Author Date
Gernot Griesser Feb 20, 2005 - 10:20 AM

I’ve created the files ProfUIS230n.dll and ProfUIS230n.lib in the ANSI Release configuration (smallest files).
When I recompile my project it seems that Visual Studio 7.1 is always looking for ProfUIS230md.dll (MBCS Debug) and not ProfUIS230n.dll??


Yours,
Gernot

Technical Support Feb 21, 2005 - 1:18 AM

Please check the C++ preprocessor settings for your project. It seems you simply need to remove the _MBCS symbol definion from there.

Gernot Griesser Feb 21, 2005 - 3:55 AM

I have checked the preprocessor settings. Under preprocessor defitions I can see the _MBCS constant in the "inheritanced values" box but I can’t edit/delete that symbol?


Yours,
Gernot

Technical Support Feb 21, 2005 - 10:30 AM

Please select the "General tree" item in the project settings dialog and set the "Not Set" value in the "Character Set" item of the property grid. After that your project will be based on the ANSI character system.