Hi Simon, In which file exactly should I place #undef P_SSL? I am able to compile "configure" and "PTLib Static" and "MergeSym" projects in x64, but stuck in compiling "PTLib DLL" project. The build output is below. By comparing the build output for win32, it seems that the problem is in creating ptlib.lib. But I have no idea how to fix this. Please helps. Thank you.
1>------ Build started: Project: PTLib DLL, Configuration: Release x64 ------1>Build started 1/2/2012 11:44:35 AM.1>InitializeBuildStatus:1> Touching "......\Lib\Release\PTLib DLL.unsuccessfulbuild".1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): warning MSB8015: Forcing a rebuild of all source files due to the contents of "D:\H323plus\ptlib64\Lib\Release\custombuild.command.1.tlog" being invalid.1> Merging symbols ...1> MergeSym version 1.7.0 on Windows 7 by Equivalence1> 1> Symbols merged: 11975 added, 15728 removed.1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): warning MSB8015: Forcing a rebuild of all source files due to the contents of "D:\H323plus\ptlib64\Lib\Release\custombuild.command.1.tlog" being invalid.1>ClCompile:1> dllmain.cxx1>ptlib.def : error LNK2001: unresolved external symbol =1>......\Lib\ptlib.lib : fatal error LNK1120: 1 unresolved externals1>1>Build FAILED.1>1>Time Elapsed 00:00:15.96========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Jess From: s.horne@packetizer.com To: y030052@live.com; h323plus@lists.packetizer.com Subject: RE: [h323plus] H323plus and ptlib 64 bits Date: Wed, 1 Feb 2012 02:18:55 +1000
Jess I just checked in CVS x64 definitions for the vs2010 project file. For PTLIB 2.10.x create the x64 project based on win32 project and #undef P_SSL (they point to win32 OpenSSL)It should compile (you will have a few warnings) Simon From: h323plus-bounces@lists.packetizer.com [mailto:h323plus-bounces@lists.packetizer.com] On Behalf Of Y030052 Ng Sent: 31 January 2012 15:47 To: h323plus@lists.packetizer.com Subject: [h323plus] H323plus and ptlib 64 bits Hello, Is it possible to compile H323plus and Ptlib in 64 bits under Windows 7 and Visual Studio 2010? Can someone guide me on this? Thank you. Best regards,Jess