All Questions
3 questions
1
vote
1
answer
54
views
Visual studio - how to include correctly
The question is about existing project which is compiled and executed successfully - I try to add to it some functionality
In the project in path C:\TestProject\components\VolumeUtilities\Include\...
0
votes
2
answers
4k
views
Error C1083 Cannot open include file: 'IexBaseExc.h': No such file or directory
So I have added this path to my Include files in C/C++ general section however I still get this error. What's the fix for Visual Studio 2015 in Windows 10?
Severity Code Description Project ...
0
votes
1
answer
348
views
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. My question is, after I downloaded the build for MSVS 2012 - how do I include the ...