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 Equivalence
1>
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.cxx
1>ptlib.def : error LNK2001: unresolved external symbol =
1>..\..\..\Lib\ptlib.lib : fatal error LNK1120: 1 unresolved externals
1>
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.