- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
希望官方在进行大版本更新的时候还是能够兼容跨版本的以前低版本工程升级到高版本
还有就是我在1.7.2中创建官方示例工程ButtonCounter ,然后使用1.8.0guiguider打开,提示升级,升级后编译报错,会出现变量的重复定义
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ZYQ,
Thanks a lot for your feedback, we have reproduced the upgrade issue from V1.7.2 to 1.8.0 and will solve it in the future release.
About upgrade project from old version to new version, GUI Guider now support upgrade from last major release, For example the V1.8.X will could import project created by V1.7.X.
If you need upgrade project across major version, upgrade your project multiple times could be a choice, for example:
- import your V1.5.x project into V1.6.X, make sure the project work properly.
- import upgraded project into V1.7.x , make sure the project work properly.
- import it into latest Version V1.8.0.
note that cross multiple major versions might have some upgrade issues, please check and fix manually.
Hope this could help you.
Best Regards,
Wenbin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @ZYQ,
Thanks a lot for your feedback, we have reproduced the upgrade issue from V1.7.2 to 1.8.0 and will solve it in the future release.
About upgrade project from old version to new version, GUI Guider now support upgrade from last major release, For example the V1.8.X will could import project created by V1.7.X.
If you need upgrade project across major version, upgrade your project multiple times could be a choice, for example:
- import your V1.5.x project into V1.6.X, make sure the project work properly.
- import upgraded project into V1.7.x , make sure the project work properly.
- import it into latest Version V1.8.0.
note that cross multiple major versions might have some upgrade issues, please check and fix manually.
Hope this could help you.
Best Regards,
Wenbin