Boost logo

Boost Users :

Subject: Re: [Boost-users] Multiple versions of boost at once/IPC Alternative
From: Liron Kopinsky (liron.kopinsky_at_[hidden])
Date: 2011-09-20 09:43:04


The sdk is a collection of source files and libs. We include those libs and source when we statically compile our dll, and then we add the compiled dll to the application's plugin directory to add it to the app.

-----Original Message-----
From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Igor R
Sent: Tuesday, September 20, 2011 4:23 PM
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Multiple versions of boost at once/IPC Alternative

> I am working on an application where we have a plugin written to an application, and then a second app that communicates with the plugin using boost::ipc. For this we are using boost 1.46.
>
> The 2012 release of the application we are plugging into has released their SDK and included boost 1.35 as part of the SDK (so they can hook into boost python.)
>
> Is there any way for us to continue using boost 1.46 for our plugin even though it is compiling in an sdk which includes boost 1.35?

What do you mean by saying that your plugin "is compiling in an sdk"?
Is this SDK a collection of source files, static libs, DLLs?


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net