Board index » cppbuilder » Package vs Static Lib vs DLL Questions
Jeff Douglas
![]() CBuilder Developer |
Sat, 05 Feb 2005 12:07:00 GMT
Package vs Static Lib vs DLL Questions
I have a working BCB5pro app that I have been working on for a few months. I
now want to Move all the core elements to either a runtime package, DLL, or static Lib for manageability. The core elements consist of many forms, classes(including database stuff), and system typedefs and #defines. In addition to doing this for manageability I also want to do it so I can give my customers the capability to maintain the product via BCB without having access to all the propritary stuff in the core. With that said, here are my questions: 1)Which method woud be best for this (runtime package, DLL, static lib) 2)For the answer to 1, where can I find detailed info/tutorials on the 3)In the core there is a main class, call it CGui, which uses other core Thanks for any help in advance. Jeff |