简体   繁体   English

如何在msvs中包含&设置brian gladman aes?

[英]How to include & setup brian gladman aes with msvs?

so I just found out about brian gladmans aes encryption/decryption support for c/c++ in my cryptography class today. 因此,我今天在我的密码学课程中发现了brian gladmans aes对c / c ++的加密/解密支持。 My question is, after I downloaded the build for MSVS 2012 - how do I include the paths properly with my compiler so that when I use the calls, they will be recognized by the compiler? 我的问题是,在下载了MSVS 2012的内部版本之后-如何在编译器中正确包含路径,以便在我使用调用时,编译器可以识别它们?

Any help is appreciated, thanks! 任何帮助表示赞赏,谢谢!

Right click on your project file in the solution pane, choose "Properties" option at the bottom. 在解决方案窗格中右键单击您的项目文件,在底部选择“属性”选项。 Click on the small arrow to the left of "C/C++" to expand it, then click on "General". 单击“ C / C ++”左侧的小箭头以将其展开,然后单击“常规”。 Click on "Additional Include Directories", then click on the "..." button on the right side. 单击“其他包含目录”,然后单击右侧的“ ...”按钮。 Now add the path to the include files to the modal dialog that's appeared. 现在,将包含文件的路径添加到出现的模式对话框中。 Click "OK" when done. 完成后单击“确定”。

Now that you've returned to the "Properties" dialog, click on the small arrow to the left of "Linker" to expand it, then click on "Input". 现在,您已经返回到“属性”对话框,单击“链接器”左侧的小箭头以将其展开,然后单击“输入”。 Click on "Additional Dependencies", then click on the "..." button on the right side. 单击“其他依赖项”,然后单击右侧的“ ...”按钮。 Now add the path to the library you've built to the modal dialog that's appeared. 现在,将已构建的库的路径添加到出现的模式对话框中。 Click "OK" when done, then Click "OK" on the "Properties" dialog. 完成后单击“确定”,然后在“属性”对话框上单击“确定”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM