I need to use a WPF Lib with a System.Windows.Navigation.NavigationWindow in a MFC Win32 app but I have a black screen instead of my WPF Windows. I have no error message in the debug output.
All the other WPF control I tried work fine in MFC (button, grid, D3D with C++).
Anyone have an idea how to debug that or how to investigate that?
Thanks
EDIT: The problem happen with System.Windows::Window too. And it work fineif I use my WPF in a WPF App.