[SOLVED] CodeBlocks -> CodeLite v2

General questions regarding the usage of CodeLite
dcbdbis
CodeLite Curious
Posts: 7
Joined: Thu Dec 12, 2013 3:45 am
Genuine User: Yes
IDE Question: C++
Contact:

[SOLVED] CodeBlocks -> CodeLite v2

Post by dcbdbis »

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
Last edited by dcbdbis on Sat Mar 14, 2020 12:28 am, edited 1 time in total.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeBlocks -> CodeLite v2

Post by eranif »

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
Make sure you have read the HOW TO POST thread
dcbdbis
CodeLite Curious
Posts: 7
Joined: Thu Dec 12, 2013 3:45 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: [SOLVED] CodeBlocks -> CodeLite v2

Post by dcbdbis »

@Eranif,

THANK YOU for the reply. I'll throw it in a VM and give it a shot.....


Dave
Post Reply