Difference between revisions of "User talk:Pmllc"

From PanoTools.org Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
The only thing is that BUILD_DDL was already defined with the good value. With this in mind it was not mandatory to force it (As I wasn't aware of the reason of this, this was the reason I just striked it).
 
The only thing is that BUILD_DDL was already defined with the good value. With this in mind it was not mandatory to force it (As I wasn't aware of the reason of this, this was the reason I just striked it).
 +
 +
[[User:Pmllc|Pmllc]] ([[User talk:Pmllc|talk]]) 12:57, 28 June 2015 (UTC)

Revision as of 14:57, 28 June 2015

Hi pmllc

concerning your changes to Hugin SDK (MSVC_2013)#panotools

You are right, libpano can also built without the BUILD_DLL entry. But in this case a static libpano is build, which is linked against the static VC runtime. But in this instructions all other libs are built as shared libs (dll) and are linked against the dynamic VC runtime and we want to keep a consistent linkage. Also when libpano13.dll is missing, Hugins install target will barf and will not finish.

If you think the switch is not necessary, so please explain it more verbose.



Hi Thomas, no problem.

The only thing is that BUILD_DDL was already defined with the good value. With this in mind it was not mandatory to force it (As I wasn't aware of the reason of this, this was the reason I just striked it).

Pmllc (talk) 12:57, 28 June 2015 (UTC)