Thanks Darren for our answer,
I would like to clarify. In fact i have a module which sources are highly confidential, so i cannot put sources on the company network. So instead of providing 15 dcu to the developpeur i would prefer to provide a maximum of 1 ou 2 files maximum for which releasing will be easier i guess.
regards, Stephane.
Darren McBride wrote:
Stephane,
This rules out the use of run-time packages and DLL's, as both of these muchnot having to distribute .bpl file or any other with my application
be shipped with your EXE.
using only bpl or dcp file when designing the main applications using
the package. Are you planning on letting developers use your program code (i.e code you have compiled into your main EXE).
Are you developing an application or a component ?
It sounds like you are trying to compile an application that can provide
services to other applications. If this is not the case, feel free to
clarify. However, if this is the case, and your target market is exclusively
Windows, then you could consider the use of COM (Component Object Model).
HTH, Darren
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SF Sent: 13 May 2005 08:52 To: Borland's Delphi Discussion List Subject: Question about package build and use
Hi,
I have a simple question but i cannot find an answer to it for the moment, please help me :)
I would like to use package for our application my requirements are :
- not having to distribute .bpl file or any other with my application (the package must be included in the exe) - using only bpl or dcp file when designing the main applications using the package.
note that my package does not contain any VCL or graphical stuff, only basic source code.
Is it possible to do that ? or do i must provide dcu files with my package (to the application developper)?
thanks Stephane.
_______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi
_______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi
_______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

