[osg-users] MFCViewer and MS Visual Studio 2013 = problem

2013-11-22 Thread Torben Dannhauer
Hi,

I'm currently working on the Windows 3rdParty precompiled dependency package 
for Visual Studio 2013.

During my test compilations with OSG trunk I discovered that Microsoft droppen 
MB support for MFC in VS2013. This is used by OSG's MFCViewer example.

I tried to switch the project ot unicode, but I was not able to get it working.
Ihave to admit that I'm not very competent in that unicode/Multibyte /string 
encoding stuff.

Is there a competent Windows software developer out there you could help me to 
enhance the Example by converting it into a unicode project?

Or should we disable the example for MSVC 2013?

I would appreciate your feedback to make OSG fully compatible to Visual Studio 
2013!

Thanks,
Torben

Thank you!

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57411#57411





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] MFCViewer and MS Visual Studio 2013 = problem

2013-11-22 Thread Robert Osfield
On 22 November 2013 21:52, Torben Dannhauer tor...@dannhauer.info wrote:

 Or should we disable the example for MSVC 2013


Or get rid of it completely?  Is MFC not deprecated now?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] MFCViewer and MS Visual Studio 2013 = problem

2013-11-22 Thread Torben Dannhauer
Hi, Robert,

it is not deprecated per se,

but as stated here:  
http://blogs.msdn.com/b/vcblog/archive/2013/07/08/mfc-support-for-mbcs-deprecated-in-visual-studio-2013.aspx
 , 
they had to maintain/install/deploy too many flavors of MFC.
To optimize it they decided to put multibyte support in a seperate package and 
maybe it will be dropped in one of the following VS versions.

However, MFC with unicode is still possible out of the box, but I wasn't able 
to convert the MFC viewer to compile with unicode.

Thank you!

Cheers,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57414#57414





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org