Stephane, >>> not having to distribute .bpl file or any other with my application This rules out the use of run-time packages and DLL's, as both of these much 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

