Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

WIP: Initial progress toward WPF support #236

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ryanlntn
Copy link

I'm attempting to add WPF support but I'm running into a snag with some of the generated header files. Specifically I've been unable to figure out where FacebookDialog.g.h and FacebookProfilePictureControl.g.h are being generated and how they're being included in the other projects. I was thinking it might have something to do with the xbf files of of the same name but I haven't been able to figure out how to open or inspect them.

Any help or guidance would be greatly appreciated. Thanks!

@msftgits
Copy link

Hi, I am closing and re-opening this PR to bump the CLA bot. Sorry for the inconvenience!

@khouzam
Copy link
Contributor

khouzam commented Mar 3, 2017

Hi @ryanlntn

Thanks for this work.
I would like to make more progress on this before moving it into our develop branch, but I'm not opposed to creating a wpf branch where this work can be iterated over.

For your question about the generated files, these are the native XAML bindings which provide the equivalent to reflection for native code and are created as part of the build process. I don't think that there's an equivalent in WPF as the XAML portions of WPF are C#. I think that the right way to approach this is to break up the XAML and UI dependencies from the core of the library, then we could have the UI portions for Windows 10 be C++ and the WPF ones be written in C#.

@microsoft microsoft deleted a comment from msftclas Sep 26, 2017
@microsoft microsoft deleted a comment from msftclas Sep 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants