Trasfer a old wt project in new wt tool.
Added by Umile Iaquinta about 1 year ago
Hi,
is it possible open or trasfer a old wt project (DesignerWt SDK 1.0.0) with a new wt tools?
My project was developed with designer wt SDK 1.0.0 by an old colleague who no longer works with me.
Thanks
Replies (5)
RE: Trasfer a old wt project in new wt tool. - Added by Marcelo Antunes about 1 year ago
There is the official git repo:
https://github.com/juangburgos/WtDesigner
Probably you need to compile it with the new wt version.
RE: Trasfer a old wt project in new wt tool. - Added by Umile Iaquinta about 1 year ago
I can't open the project in WtDesigner 1.0.3.
how can I do?
Thanks
RE: Trasfer a old wt project in new wt tool. - Added by Matthias Van Ceulebroeck about 1 year ago
Hi Umile,
we do not maintain WTDesigner, only Wt itself. You'd have to look at the differences between 1.0.0 and 1.0.3 to see which changes are required to make it work.
RE: Trasfer a old wt project in new wt tool. - Added by Umile Iaquinta about 1 year ago
Ok.
The file .wui is missing!
How can I generate this file?
Thank you
RE: Trasfer a old wt project in new wt tool. - Added by Matthias Van Ceulebroeck about 1 year ago
That is again something specific to WtDesigner, not Wt.
From a quick glance that it the template that contains the layout of an application and its actions. If it is missing, you are not able to recreate the program. Or at least that is how it seems to me. I have never used WtDesigner, and do not know its ins and outs.