证书签发工具程序编译遇到的问题及处理

来源:互联网 发布:centos apache公网ip 编辑:程序博客网 时间:2024/04/28 02:45

1.[C++ Error] OrgCert.h(10): E2209 Unable to open include file 'DBGridEh.hpp'
Project Options的Include path|Library path增加:$(BCB)\Components\EhLib\Lib


2.[C++ Error] OrgCert.h(49): E2015 Ambiguity between 'TGridDrawState' and 'Gridseh::TGridDrawState'
注释源文件中下行代码
//#include <Grids.hpp>


3.[C++ Error] PubFunc2.h(6): E2209 Unable to open include file 'openssl\rc4.h'

Project Options的Include path增加:V:\openssl\openssl-x


4.[Linker Fatal Error] Unable to open file 'LIBEAY32.LIB'
复制LIBEAY32.LIB到工程目录下


5.[Linker Error] Unresolved external 'AlphaBlend' referenced from C:\PROGRAM FILES (X86)\BORLAND\CBUILDER6\PROJECTS\LIB\EHLIBB60.LIB|.\DBGridEh.PAS

将 Msimg32.lib 加入到工程中,默认在$(BCB)\lib\psdk目录下。


0 0
原创粉丝点击