W
wannabe geek
Hey, could anybody tell me how to make plugin dll files for an application
and make the application compatible with them? I just need a way for the
library to somehow link to the application or vice versa. In my thoughts, the
application has no knowledge of the library, and so cannot link to it. Yet
the library code is not running and so cannot link to the app. Is there a way
to link the two on startup or something? I have no project so can just give
me class names that I can change to my own later.
and make the application compatible with them? I just need a way for the
library to somehow link to the application or vice versa. In my thoughts, the
application has no knowledge of the library, and so cannot link to it. Yet
the library code is not running and so cannot link to the app. Is there a way
to link the two on startup or something? I have no project so can just give
me class names that I can change to my own later.