View Single Post
  #1   (View Single Post)  
Old 26th October 2008
corey_james corey_james is offline
Uber Geek
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 238
Default c programming - Modules

I'm in the process of planning an application which i intend on marketing and I'd like to implement modules that can be loaded dynamically into the application.

For example, someone buys the core system and wants to add ... say MP3 support, so they'd buy this module and install it.

How would something like this actually work ?

Would this be achieved using 'dlopen' ?
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison

Forum Netiquette

Last edited by corey_james; 26th October 2008 at 09:36 AM.
Reply With Quote