malloc Level: Guest

|
the PLUGIN-based approach
Hi there
I've been workn on an app (VB6) since several months ago and now I realized it was much better to code it as a core and many plugins.
The problem: have no @#$% idea of how to...
I hope somebody can tell me how to load pieces of code at runtime to use them as external plugins for my app. The only way I've found to insert code is by declaring external calls to a dll, but by doing that I must know the name of my dll and that doesn't work for me.
I know it's possible to load code at runtime, but I don't know how, I've been searching for my answer and I didn't find anything. I don't want to write an interpreter 'cause it could be very expensive for my app to load code that way, so I need your help
Thx a lot
|