Skip to main content
Participating Frequently
December 16, 2011
Answered

boost::Regex dylib in Adobe InDesign CS5 SDK

  • December 16, 2011
  • 1 reply
  • 1036 views

Dear all,

     I am doing my plugin for InDesign that uses regular expression. So I have done the plugin and its running fine in Windows. To get it run successfully I had included the path "D:\AdobeIndesignSDKCS5\external\asl\boost_libraries\bin.v2\libs\regex\build\msvc-9.0\release\architecture-x86\threading-multi\boost_regex.lib" in Additional Dependencies field that present in Linker option (Microsoft Visual Studio 2008).

     But I could not find any matching library for performing regular expression operation in MAC version of the Indesign CS5 SDK. So I could not able to link to appropriate library in my xcode project which leads to linking error.

     Any solutions for this?

Regards,

Prabas

This topic has been closed for replies.
Correct answer Markus Freitag

Hi Prabas,

we use "$(BoostRegexLib)" macro as additional library on Windows and the "boost_regex.framework" in "<SDK>/build/mac/[debug|release]/packagefolder/contents/Frameworks" on Mac.

Markus

1 reply

Markus FreitagCorrect answer
Inspiring
December 16, 2011

Hi Prabas,

we use "$(BoostRegexLib)" macro as additional library on Windows and the "boost_regex.framework" in "<SDK>/build/mac/[debug|release]/packagefolder/contents/Frameworks" on Mac.

Markus

Participating Frequently
December 16, 2011

Dear Markus,

     Thanks a lot. Its working fine nw. I consider this as the timely great help. thanks again

Regards,

Prabas