AppWizard selective export and save

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

AppWizard selective export and save

1,098 次查看
joshsewnath
Contributor I

Hello,

I am currently evaluating AppWizard with emWin using Visual Studio 2019.

When I "export and save" from AppWizard, it overwrites files in the visual studio solution used to reflect the GUI changes. However, I would like AppWizard to not overwrite specific files like APPW_maintask.c. Is this behavior possible with AppWizard?

Let me know and thanks,

Josh

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,044 次查看
Sabina_Bruce
NXP Employee
NXP Employee

Hello Josh,

Hope you are doing well.

I did not find any way to achieve this. The purpose of the save and export is to make it easier and faster to implement on applications. However, if you are loosing functions that you have developed on your application. I would recommend two different routes:

1. Consider separating your custom code to another file, so when you export and save the APP Main task can be replaced without any worries.

2. The other option is instead of exporting, just copy the new code that you need directly from the source folder. This may be more tedious, but it depends on how complex your application may already be.

Best Regards,

Sabina

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

----------------------------------------------------------------------------------------------------------------------- 

0 项奖励
回复