Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dll and plugin 1

Status
Not open for further replies.

michaenh

Programmer
Aug 7, 2002
205
NO
Hi

Well I have created several dll's(few of them are forms) with delphi. I statically call dll's from my main unit. It is heavy and a lot of code when project gets bigger.. I could also call proc/func on the fly(dynamically), but it is also heavy and a lot of coding...

I wounder how to create dll plugins? Could you give me an small example, please and a lot of thanks. Should I use some free components to this purpose instead? Any suggestions or component I could or should use?

thanks and cheers,
mha
 
I am also considering using plugins for a project of mine and was stuggling to find a way to do it so after a bit of searching i found this The supplied source is only an example of how to do plugins but with a bit of playing with it should be easy to integrate into your own app. Well i hope so as thats what im about to do .....
 
Hi

Thanks!

I will play around with it..

Many thanks.. :)

cheers,
mha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top