 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Martin Hart Turner Guest
|
Posted: Thu Jul 07, 2005 9:55 am Post subject: Want to split large project into dll's |
|
|
Hi:
I have several large projects that I want to divide into module and
implant each module as a dll. I will then reference each dll from the
main exe to execute the actual code.
Can anyone give me some pointers as to how to go about this? Maybe
tutorials or just information )
Regards,
Martin H.
|
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Thu Jul 07, 2005 2:58 pm Post subject: Re: Want to split large project into dll's |
|
|
"Martin Hart Turner" <martin (AT) memorysoft (DOT) es> wrote
| Quote: | I have several large projects that I want to divide into module and
implant each module as a dll. I will then reference each dll from the
main exe to execute the actual code.
Can anyone give me some pointers as to how to go about this? Maybe
tutorials or just information )
|
Are you using the VCL ? If you are, why not just use packages ?
Jonathan
|
|
| Back to top |
|
 |
Martin Hart Turner Guest
|
Posted: Thu Jul 07, 2005 3:21 pm Post subject: Re: Want to split large project into dll's |
|
|
Jinathan:
Yes, I am using VCL. What advantages would packages avail me over DLL's?
Thanks,
Martin H.
Jonathan Benedicto escribió:
| Quote: | "Martin Hart Turner" <martin (AT) memorysoft (DOT) es> wrote in message
news:42ccfc0f$1 (AT) newsgroups (DOT) borland.com...
I have several large projects that I want to divide into module and
implant each module as a dll. I will then reference each dll from the
main exe to execute the actual code.
Can anyone give me some pointers as to how to go about this? Maybe
tutorials or just information )
Are you using the VCL ? If you are, why not just use packages ?
Jonathan
|
|
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Thu Jul 07, 2005 3:28 pm Post subject: Re: Want to split large project into dll's |
|
|
"Martin Hart Turner" <martin.hartturner (AT) gmail (DOT) com> wrote
| Quote: | Jinathan:
Yes, I am using VCL. What advantages would packages avail me over DLL's?
|
Basically packages are DLL's, only they contain initialization code
specific to the VCL. So, AFAIK, they are easier than DLL's to use.
I think that all you'd have to do is create a new Package in the BCB
File/New screen, and add the units that you want to modularize into the
package. Then compile and install the package. Inside the main project, you
just need to specify to use runtime-packages, and make sure that each
package is in the list.
I hope that I'm being clear.
Jonathan
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|