J
Jim Horvath
I know how to create exe applications in dotnet that use functions
supplied by pre-existing dlls. How do you turn that around?
I want to create an exe program that will be the pre-existing piece.
It's functionality can then be extended (using new dlls) without
re-compiling the exe.
My proposed program is a test sequencer for an industrial control
application. I want the exe to handle common housekeeping functions
(stepping through tests, saving/recalling data, etc.). I want to
implement the actual tests in such a way that they can be
added/removed/changed at a later time without touching the code of the
main exe application.
I guess my question comes down to: What are the mechanics within an EXE
program to call functions in DLLs that don't exist yet?
How do you architect such a program in dotnet? Can anyone direct me with
some helpful links?
Thanks,
Jim Horvath
supplied by pre-existing dlls. How do you turn that around?
I want to create an exe program that will be the pre-existing piece.
It's functionality can then be extended (using new dlls) without
re-compiling the exe.
My proposed program is a test sequencer for an industrial control
application. I want the exe to handle common housekeeping functions
(stepping through tests, saving/recalling data, etc.). I want to
implement the actual tests in such a way that they can be
added/removed/changed at a later time without touching the code of the
main exe application.
I guess my question comes down to: What are the mechanics within an EXE
program to call functions in DLLs that don't exist yet?
How do you architect such a program in dotnet? Can anyone direct me with
some helpful links?
Thanks,
Jim Horvath