| View previous topic :: View next topic |
| Author |
Message |
m@j3R ; Guest
|
Posted: Thu Nov 18, 2004 8:31 pm Post subject: Plugin application |
|
|
Hi
I have read a lot of messages of plugin-able applications. There were
a lot of fragmentary explains how to do such application... but... I
can't get it.
Can somebody place here source code of COMPLETE trivial plagin-able
application. I think that it will be very helpful for beginers like me
;)
Thanks in advance.
m@j3R
|
|
| Back to top |
|
 |
dtdev Guest
|
Posted: Mon Dec 06, 2004 12:43 pm Post subject: Re: Plugin application |
|
|
Well its pretty simple; share a class between the EXE and DLL's (plugin) -
when loading the DLL you will pass a pointer to the globalclass of your exe,
and thereby you can acess the EXE from your DLL.
"m@j3R ;" <majer (AT) agdex (DOT) com> skrev i en meddelelse
news:59819cc7.0411181231.3c32f435 (AT) posting (DOT) google.com...
| Quote: | Hi
I have read a lot of messages of plugin-able applications. There were
a lot of fragmentary explains how to do such application... but... I
can't get it.
Can somebody place here source code of COMPLETE trivial plagin-able
application. I think that it will be very helpful for beginers like me
;)
Thanks in advance.
m@j3R
|
|
|
| Back to top |
|
 |
|