Compiler information
Linux and UNIX
Compile your program using an ANSI standard C or C++ compiler.
Windows
Compile your program with Microsoft Visual C++ .NET 2003 (version 7.1).
Configure the compiler as follows:
- Structure member alignment: 8 bytes (default)
- Code generation: Multithreaded DLL.
Do not use Debug Multithreaded DLL (/MD).
Where other included libraries cause conflicts, add /nodefaultlib:"MSVCRTD" to the project options to avoid using the Debug C run-time library.
If your program references this library at run time, memory management errors occur when memory pointers are referenced by both the Debug and Release C run-time libraries.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*