Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Hi
In CS3 boost regex libraries are named libboost_regex-mt-1_33.dylib and libboost_regex-mt-d-1_33.dylib
Regards
Bartek
Find more inspiration, events, and resources on the new Adobe Community
Explore Now