|
-
Jul 29th, 2003, 06:37 AM
#1
Thread Starter
Fanatic Member
Referencing objects late-bound (Doing plug-ins here!)
I'm coding an extensible program. I've designed the required
interface for the ActiveX server to communicate with the ActiveX
client.
So now people write plug-ins for my program and they implement
my designed interface, then compiled as ActiveX DLL.
Now I've a folder for which the plug-ins are put.
When my program starts, it'll check this folder and reference all
the compatible plug-ins.
Now, how'd I go about referencing all these plug-ins?
I know I can CreateObject them through their classname
by requiring them to write their classname to registry.
But is there any alternative here without requiring registry writing
or whatever? Basically they just drop in the plug-in in to that
folder and my program will run that plug-in.
Thx a lot!
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|