Click here to Skip to main content
Licence 
First Posted 4 Mar 2004
Views 31,645
Bookmarked 20 times

How to create and support Plugins

By | 4 Mar 2004 | Article
It demonstrates how to use plugins and how to create them in VC++.

Introduction

This text is meant for those who are thinking of supporting plugins in their applications. Now what is a plugin? I have tried to find some solutions on net and have got a conclusion that these are only dlls which have to support some format. Eg. I have one application to call functions which are not known at compile time. Possible solution is to load function from a Dll using GetProcAddress ( win32 API ). Before that there must be some set of functions which are always sure to be there in dll. I have two. 1) GetFunctionCount() return count of functions 2) GetFunctionNames(LPCTSTR *s_fn_names) copies function names Now These functions are responsible to return enough information to be used for making calls to functions at runtime. Read the rest in code itself. It's easy to understand source code.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

DevRanjeet

Web Developer

France France

Member

C,C++,MFC,COM,ATL,Mathematics,Simulation

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralInteresting! Pinmemberkj_kho18:47 21 Dec '06  
GeneralPretty neat ! PinmemberWREY11:14 14 May '04  
GeneralQuite short for an article PinmemberPatje3:48 8 Mar '04  
GeneralThis isn't an article PinmemberKevinHall4:52 5 Mar '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 5 Mar 2004
Article Copyright 2004 by DevRanjeet
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid