AppStart-将程序添加到启动 [英] AppStart - Add programs to startup

查看:158
本文介绍了AppStart-将程序添加到启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


编译代码时出现以下错误


I get the following error while compiling the code

Error   1   Command line error D8016 : '/MT' and '/clr' command-line options are incompatible   cl

推荐答案

转到您的项目属性.代码生成|运行时库|多线程调试DLL(/MDd)或用于发布配置的多线程DLL(/MDd).
Go to your project properties C/C++ | Code Generation | Runtime Library | Multi-threaded Debug DLL (/MDd), or Multi-threaded DLL (/MD) for the release config.


这篇关于AppStart-将程序添加到启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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