convert MFC to wxWidget by text replacement.

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
juria90
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Sep 09, 2009 5:14 pm

convert MFC to wxWidget by text replacement.

Post by juria90 »

Hi.

While I was working on MFC to wxWidget for my Company's project,
I made small VS Macro to convert all MFC classes, data structures to that of wxWidget.

The attached file is VS macro that you need to load from VS Tools -> Macro menu.

This only handles textual replacement not the logic or in depth conversion. But this can be a starting point converting MFC project to wxWidget project.

- James.
Attachments
wxWidgetModule.zip
Visual Studio Macro to convert MFC to wxWidget classes & data structure.
(6.04 KiB) Downloaded 527 times
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

Thanks for the contrib, moved to The Code Dump where it belongs :)
"Keyboard not detected. Press F1 to continue"
-- Windows
Post Reply