C
chambersdon
I have several projects that I need to compile into a single DLL. Is
this possible?
We have a project called 'Utilities' that includes classes to which
encapsulate business logic.
I've now created another project called 'Controls' with custom controls
that can be used by all of our developers. The Controls project has a
reference to the Utilites project because it needs some of this
functionality.
How can I build the Controls project so everything needed is put into a
single dll?
A single dll will make it much easier to manage and simplier to keep
each developers environemnt up to date. Any new developer wuld just
need the out-of-box IDE and one DLL to access our custom controls.
Can the IDE build a single DLL like the old C++ visual studio IDE could
do? I think this was called a 'static dll'. If not, can any of the
command line line tools give me what I need?
Thanks,
Don
this possible?
We have a project called 'Utilities' that includes classes to which
encapsulate business logic.
I've now created another project called 'Controls' with custom controls
that can be used by all of our developers. The Controls project has a
reference to the Utilites project because it needs some of this
functionality.
How can I build the Controls project so everything needed is put into a
single dll?
A single dll will make it much easier to manage and simplier to keep
each developers environemnt up to date. Any new developer wuld just
need the out-of-box IDE and one DLL to access our custom controls.
Can the IDE build a single DLL like the old C++ visual studio IDE could
do? I think this was called a 'static dll'. If not, can any of the
command line line tools give me what I need?
Thanks,
Don