-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Will this help with modernising MFC apps? #33
Comments
Sure, we love all your apps - MFC included! Initially we're focusing on enabling access to platform functionality in a modernized (and forward looking) way. Let's say your MFC app wants to use #10 (common startup task support) instead of what you might be doing about writing directly into there registry or Shell Startup folder. You'll be able to bring in enough Project Reunion to light up that startup task functionality and remove your existing MFC-style code. At least for now, we don't anticipate having "code rewriters" if that's what you're looking for. Are there specific areas of MFC you're using that you'd like modernized? Are there parts of the modern API surface that you'd like to use but can't because there's no integration with MFC? Let us know either in this issue thread or by filing specific Feature Request issues with more details! |
My initial thoughts were about how to most painlessly migrate MFC apps to WinUI. What plans/ideas do you have for that? |
Thanks - I think that's a question best suited for the WinUI repo, as that's the project for UX. If there are specific non-UX features you're using from MFC please comment here again and we'll help redirect further (or, file a feature proposal!) |
I know the readme says
but does "existing apps" include MFC ones, or just those using Win32 directly? I'd be very interested in hearing about plans for how to help migration of MFC apps to modern APIs.
The text was updated successfully, but these errors were encountered: