Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using Boost features in CS3

Community Expert ,
Nov 08, 2012 Nov 08, 2012

I am working on porting an plugin from CS5 to CS3 on a MAC, this plugin uses some features of boost libary. So when i try to compile the plugin in CS3 i get a no of linking errors related to boost, however the plugin builds successfully in CS5.

So i looked into the sdk and found that the CS5 sdk in fact ships with frameworks of boost like boost_regex.framework and also have a ASLSupportLib.dylib which are missing in the CS3 sdk. So my question is how do i get the libraries of boost to link with a CS3 plugin, do i have to build the boost libraries myself or there is some other way to do it.

And if indeed i have to build the boost library how do i do it, in this scenario i have the following queries

1. Can i use the boost source files shipped with sdk to generate the lib, if so how.

2. If i need to get the source from internet which version of boost shall i build to be compatible with CS3 plugin.

Please guide me as to how i can get around this problem,

Thanks

-Manan

TOPICS
SDK
901
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Nov 08, 2012 Nov 08, 2012
LATEST

Hi

In CS3 boost regex libraries are named libboost_regex-mt-1_33.dylib and libboost_regex-mt-d-1_33.dylib

Regards

Bartek

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines