|  | Is there anything in the works(standards committee) to give |  | |
| | | Anonymous Infidel |  |
| Posted: Sat Aug 30, 2008 2:42 pm Post subject: Is there anything in the works(standards committee) to give |  |
<subject line>
-- [ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
| | | Alberto Ganesh Barbati |  |
| Posted: Sun Aug 31, 2008 8:53 am Post subject: Re: Is there anything in the works(standards committee) to g |  |
Anonymous Infidel ha scritto:
{ Subject line = "Is there anything in the works(standards committee) to give C++ dynamic linking?" -mod }
See LINK
Notice that it begins with the note "The committee has decided to defer work on dynamic libraries until after the C++0x standard." that says it all.
HTH,
Ganesh
-- [ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
| | | Erik Wikström |  |
| Posted: Sun Aug 31, 2008 8:58 am Post subject: Re: Is there anything in the works(standards committee) to g |  |
On 2008-08-30 16:42, Anonymous Infidel wrote:
{ Subject line: "Is there anything in the works(standards committee) to give C++ dynamic linking?" -mod }
Not in the next version of the standard, but there has been some interest in the subject and work will probably continue once C++0x is out. In the meantime take a look at N2705* and search for "dynamic library".
* LINK
-- Erik Wikström
[ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
| | | Jiang |  |
| Posted: Sun Aug 31, 2008 10:40 pm Post subject: Re: Is there anything in the works(standards committee) to g |  |
On Aug 30, 11:42 pm, Anonymous Infidel <messiah2...@yahoo.com> wrote:
Unfortunately, no, dynamic library/class is not specified by the current C++ standard. The reason is simple, again, without an standardized ABI, the C++ standard can say nothing about this issue.
However, for this day-to-day real-world usage, you can find support by some working libraries. For example,
Poco::Foundation::ClassLoader (http://pocoproject.org/poco/docs/Poco.ClassLoader.html)
can be used to load C++ classes from shared libraries at runtime.
HTH
Jiang
-- [ See LINK for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
| |
|
|