R
Roger Boesch
Im currently working on a plugin architectur for a software product written
in c# and have found the following problem:
Project a) Application, Application with all classes used in this app
Project b) Plugin which will access to objects in the application (callback)
Project c) Interface: Describes the plugin
As long as i only use standard c# types in my plugin and interface, its no
problem.
but when i will access on objects in the application, its of course necc. to
make the classes known to the project plugin and the
project interface. But this is not poss. because i cannot make any reference
to the app because this is an exe.
What must i do, that the interface and the plugin knows about the classes in
the app ?
Thanks for any help
Roger
in c# and have found the following problem:
Project a) Application, Application with all classes used in this app
Project b) Plugin which will access to objects in the application (callback)
Project c) Interface: Describes the plugin
As long as i only use standard c# types in my plugin and interface, its no
problem.
but when i will access on objects in the application, its of course necc. to
make the classes known to the project plugin and the
project interface. But this is not poss. because i cannot make any reference
to the app because this is an exe.
What must i do, that the interface and the plugin knows about the classes in
the app ?
Thanks for any help
Roger