Merging Projects
-
Hello everyone, I'm starting to work on a project. This project will incorporate so many components from previous work of another colleague. He did all his work in a separate project. Basically,I'm trying to do a wizard-based version of hsi work with screens and neat menus and so on. I was wondering how I can use functions and events that he programmed into my project without having to hard-code or copy code into my own project. For example, I want to call an event function from his work when i click a "next" button in my project. I hope the questions is clear enough. and Thanks for any help. It will be much appreciated.
-
Hello everyone, I'm starting to work on a project. This project will incorporate so many components from previous work of another colleague. He did all his work in a separate project. Basically,I'm trying to do a wizard-based version of hsi work with screens and neat menus and so on. I was wondering how I can use functions and events that he programmed into my project without having to hard-code or copy code into my own project. For example, I want to call an event function from his work when i click a "next" button in my project. I hope the questions is clear enough. and Thanks for any help. It will be much appreciated.
Recompile his code as a dll/dlls. Now include reference those dlls in your code. You might have to make some minor changes to compile it as a dll. (All this on the assumption that his code is currently compiled to an executable, you have good understanding of his code)
rAm i Think, i Wait, i Fast -- Siddartha