This request is a bit more selfish....
If my client chooses to have the new project done in CodeLite.....I would rather not have to RAD's installed doing the same thing installed at the same time.
I have several completed CB projects.
Can I take the wxSmith files of those older projects, and import them into CodeLite/wxCrafter? Or will I need to rebuild the UI's via wxCrafter? It's not a show-stopper either way, but the answer will help me allocate manpower if I decide to move completed projects to CodeLite.
Thanks!
Dave
[SOLVED] CodeBlocks -> CodeLite v2
-
- CodeLite Curious
- Posts: 7
- Joined: Thu Dec 12, 2013 3:45 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
[SOLVED] CodeBlocks -> CodeLite v2
Last edited by dcbdbis on Sat Mar 14, 2020 12:28 am, edited 1 time in total.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeBlocks -> CodeLite v2
IIRC, when I started coding wxCrafter, DavidGH took it upon himself to implement migration from other tools.
I know it works for wxFormBuilder. I looked at the sources, and code is there (its a virtual method and implemented per wxcWidget control)
https://github.com/eranif/codelite/blob ... get.h#L426
You can try and import some wxSmith forms and see if it works
Eran
I know it works for wxFormBuilder. I looked at the sources, and code is there (its a virtual method and implemented per wxcWidget control)
https://github.com/eranif/codelite/blob ... get.h#L426
You can try and import some wxSmith forms and see if it works
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 7
- Joined: Thu Dec 12, 2013 3:45 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: [SOLVED] CodeBlocks -> CodeLite v2
@Eranif,
THANK YOU for the reply. I'll throw it in a VM and give it a shot.....
Dave
THANK YOU for the reply. I'll throw it in a VM and give it a shot.....
Dave