Hi Danushka, That was another subject I was going to broach for M5, probably on the heels of the C++ build system.
I would suggest to export the needed symbols rather than all of them if possible. I would also recommend defining the exports in source (as the Boost libraries do), rather than using a module-definition file. Regards, Cliff -----Original Message----- From: Danushka Menikkumbura [mailto:[email protected]] Sent: Monday, January 26, 2009 7:12 PM To: [email protected] Subject: C++ - Dynamic Link Libraries Hi Devs, I need to compile C++ libraries as DLLs and there is quite a bit of work in exporting symbols. Can I assume no one is working on this already?. I will start with exporting mandatory symbols. Is it useful to export each and every symbol? Thought please. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company" --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
