Page 1 of 1

[SOLVED] CodeBlocks -> CodeLite v2

Posted: Sat Mar 14, 2020 12:09 am
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

Re: CodeBlocks -> CodeLite v2

Posted: Sat Mar 14, 2020 12:14 am
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

Re: [SOLVED] CodeBlocks -> CodeLite v2

Posted: Sat Mar 14, 2020 12:31 am
by dcbdbis
@Eranif,

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


Dave