hankgao0703
Programmer
hi,
I am currently working on serveral projects simulatnerously, since these projects are closely connected, so in logic, there are a lot of code that can be reused(or shared). I just wonder which is the best way to reuse/share such codes across several projects.
Could you tell me what you think about the following ways:
1. traditional cut/copy
2. object encapulation
3. static library
4. Dynamic link library
5. COM component
Thanks in advance!
Hank
I am currently working on serveral projects simulatnerously, since these projects are closely connected, so in logic, there are a lot of code that can be reused(or shared). I just wonder which is the best way to reuse/share such codes across several projects.
Could you tell me what you think about the following ways:
1. traditional cut/copy
2. object encapulation
3. static library
4. Dynamic link library
5. COM component
Thanks in advance!
Hank