SecureBlackbox 16: (VCL) I am getting ‘Error: Unresolved external Cert...’ when linking the project with C++Builder
The error means that Crypt32.lib is not linked to your project. To add Crypt32.lib, do the following:
- Close the C++Builder IDE (or Borland Developer Studio IDE)
- Open the BPR file of your project in a text editor (notepad is OK)
- Find the following line:
ALLLIB value="..."
- This line includes the list of the libraries to be linked. Add "crypt32.lib" (without quotes) to the end of this list.
- Save the project and reopen the IDE.
We appreciate your feedback. If you have any questions, comments, or suggestions about this article please contact our support team at support@nsoftware.com.