在应用程序中支持新的SDK [英] Supporting New SDK in application

查看:79
本文介绍了在应用程序中支持新的SDK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个链接到SDK的MFC应用程序,我试图支持新的SDK。每当新的SDK出现时,我都需要支持它。那么将SDK链接到应用程序的最佳方法是什么,这样我什么时候可以使用新的SDK,我将尽可能少地支付
支持那些。



对于Ex:在新SDK中不推荐使用某些内容然后我需要相应支持...



祝你好运

p>

Mrutyunjaya

解决方案

当我这样做时,我只需切换到新的标题和库然后建立。如果有问题,那么你弄清楚问题和构建。如果它干净地构建,那么就进行正常的测试程序。


但我通常会阅读与开发套件相关的新闻。这意味着阅读Windows 10开发人员博客等博客,以获取对Windows SDK的更改。设置时间以便能够阅读新闻可能是你可以做的最好的事情来帮助升级你在应用程序中使用的任何库,因为所有的更改都记录在那里。


I have one MFC application which linking to SDK and I trying to support new SDK. Whenever new SDK is coming up, I need to support that. SO what is the best method to link SDK to application so that when will I go to new SDK, I will have minimum effort to support those .

For Ex : Something is deprecated in new SDK then I need to support accordingly...

Best regards

Mrutyunjaya

解决方案

When I do this, I just simply switch over to the new headers and libraries and then build. If there is a problem then you figure out what the problem and build. If it builds cleanly then just do your normal testing routine.

But I normally read news related to the development kits. This means reading blogs like the Windows 10 developer blog for changes to the Windows SDK for example. Setting time aside to be able to read news is probably the best thing you can do to help when it comes to upgrading any library that you are using in your application, since all changes are documented there.


这篇关于在应用程序中支持新的SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆