字体:  

如何编译ACE_SSL?

yejiansnake 发表于: 2008-5-13 16:53 来源: ACE 开发者

Microsoft Visual Studio
  1. Set the SSL_ROOT environment variable to the location of the directory containing the OpenSSL inc32 and out32dll directories.
  2. Add ssl=1 to your MPC $ACE_ROOT/bin/MakeProjectCreator/config/default.features or $ACE_ROOT/local.features file, and re-run MPC to add support for building the ACE_SSL library to your MSVC++ workspaces and projects.
  3. Open the ACE.sln solution, and refer to the ACE build and installation instructions above for details on creating a config.h configuration header for this platform. Once the config.h file has been created, build the ACE_SSL project.
请具体指点一下,我就是总编译不成功!

最新回复

jolly_w23 at 2008-5-14 15:21:29
安了perl了吗?
CD %ACE_ROOT%
perl bin\mwc.pl -type vc8 -value_template "configurations =  Release Debug" -features ssl=1  ACE/ACE.mwc