Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm new to programming with C. I want to find a way to reuse binaries in applications, apart from DLL. Could you suggest me another way? Frameworks in general do not support pure C?

Thank you in advance!
Posted

Since you do not mention which frameworks you intend to use it is difficult to answer your question. However, I would suggest that you ignore C and go straight to C++ or C#, as there is so much more support for them.
 
Share this answer
 
Comments
Dalek Dave 17-Nov-10 4:29am    
Sage Advice.
What do you mean with 'apart of DLL'? You know dynamic (and static) libraries are the fundamental 'technology' to reuse binaries (for instance COM mechanism for binary reusing is, for in process servers, DLL-based).
:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900