Re: [Boost-users] Support for VS 2005 C++/CLI offtopic: why C++/C LI?

20 Oct
2006
20 Oct
'06
3:45 p.m.
Valid question. I'm using C++/CLI because I want to use the new Windows Presentation Foundation ( WPF ) libries which only have a managed API. So my choices are C++/CLI, C#, VB or XAML. Using these libraries are the only way to get 'next-gen' hardware accelerated GUI applications as far as I know. Compared to the Win32 API, WPF is a huge win - it's saved me months since I didn't have to write my own windowing framework. If our application was Windows only I'd probably not be using boost but we also have a bunch of shared portable code that needs to run on Windows, x86 Linux and PPC Linux, so I need to figure out how to integrate boost properly into a C++/CLI application.
6740
Age (days ago)
6740
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Dunn