Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Creating shared libs
Creating shared libs [message #13519] Fri, 11 January 2008 18:37
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
I have some packages from which I need to make shared libs (both dll and .so). Packages use each other to some extent.
For example :
Packages A, B, C, D
B & C uses A
D uses B & C

I'd need A.dll, B.dll, C.dll and D.dll (or .so), without code duplication in them, do B.dll & C.dll refers to A.dll and D.dll refers to B.dll and C.dll.

How should I do it ?

Ciao

Max

EDIT : that should be done in a *simple* wai, i.e. without having to build A.dll first, than adding it as a lib to B & C, then building B & C and then adding A, B & C dlls as libs on D.dll... that would too time consuming in my case.

[Updated on: Fri, 11 January 2008 18:39]

Report message to a moderator

Previous Topic: Visual C++ 2008 Support
Next Topic: Question about debugging dll
Goto Forum:
  


Current Time: Fri Mar 29 08:22:15 CET 2024

Total time taken to generate the page: 0.01778 seconds