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 » visual studio 2008 wchar_t as built-in type setting Collapse All
Subject Author Date
marc uchida May 30, 2008 - 4:28 PM

Hi,


in profuis dll solutions for VS 2003 and 2005 I believe the project configuration properties for the profuis282 dll had the wchar_t setting as No (do not treat as built in type, /Zc:wchar_t-) by default, to avoid some problems.  This was fine because we set the same state in our project, which includes ProfUIS282u.dll, as to be compatible.  However I have recently moved to VS2008 and so tried to build a new version of the ProfUIS282u.dll with the ProfUIS_900.sln provided.  I see here that this same project wchar_t setting now is set to Yes (treat as built in type).  Is there a reason for this or might it be an oversight?  Should I now be changing my own project settings to Yes because your dll prefers to be build this way with VS2008?


thanks, Marc

Technical Support May 31, 2008 - 12:01 PM

Our experience tells us that the most of customer’s most projects developed in Visual Studio 2005 and Visual Studio 2008 are using the Yes value in the /Zc:wchar_t project option. You can change it if your project requires the No value.