| Author: J Ramesh 29 Aug 2008 | Member Level: Silver | Rating: Points: 3 |
Hi,
Merging 2 modules into a single application can be done either by copying the entire source (module) code from one pc and integrating with the other module or build the dll of one module and integrate into another.
It depends on how well both the modules connected with each other.
Care should be taken when you integrate that you dont leave any files which are used.
Hope this is clear.
regards Ramesh
|