I work for a camera company and we provide an SDK for our customers.Historically we only provided a release build of our SDK that was built against the non-debug CRT.As part of our SDK package we prov
I have a question really really wondering. I installed various versions of visual studio 2008 redistribution package in my machine.
I have a shared library used by a another application beyond my control which requires *.so objects. My library makes use of sqlite3 which needs to be statically linked with it (I absolutely need a se
I need asymmetric encryption in java. I generate .key and .crt files with own password and .crt file by openssl that said in http://www.imacat.idv.tw/tech/sslcerts.html .
I have a native c++ exe using the /MTd runtime library. I cannot change this option as I dont have much control over the build of this exe. I need to call a CLI C++ dll in this exe which returns a cla
I am writing a wrapper class to call _CrtDumpMemoryLeaks() in WPF application. I am loading a C language DLL in the WPF application and would like to see if the there are any memory leaks in the DLL a
This might be a simple one but I can\'t seem to find an easy solution. I need to format a date as a string to be represented in a full form for a locale. Example:
I want to initialize array of c-strings with zero pointers in MSVC2010 // Foo.h #pragma once class Foo {
I\'d like to remove开发者_开发百科 the SSL passcode on a generated SSL key but I\'ve already generated the CSR from the pass-coded key. If I remove the passcode do I need to regenerate the CSR again o
I have a C++ code base that has been working for a long time.The code base was a legacy VS 2003 set of projects that I recently migrated to VS 2008.The migration seemed to be successful in that the re