I get a rejection of the Certifictaion kit application testing my application, which is developed for the WinRT platform (ARM).
I use SQLite for WindowsRTlib and then Microsoft Visual C++ 2013 Runtime Package.
Kit sauy certificate, which
msvcr100.dll has a high risk for the user
I must set the following linker options
SAFESHEH, DYNIMCBASE; NXCOMPAT and APPCONTAINER
It has something to do with msvcr100.dll
However, after 1 hour of googleing, I could not find how to set these flags in a Visual Studio 2013 C # Windows App project.
Someone can guide me through this, it really makes me n **: - D Thanks in advance.
* EDIT DECISION *
http://www.lyalin.com/2013/07/09/sqlite-for-windows-runtime-for-windows-8-1-apps/
This did the trick. Removed lib from my nuget manager and downloaded it directly from sqlite. Now it works with the new C ++ lib
Thanks guys,
source
share