SF wrote:
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)

So you want to use packages, but you don't want to distribute them? Are you sure you really understand what packages are? What makes you think you want to use them in your application?


- using only bpl or dcp file when designing the main applications using the package.

For merely *designing* thing in the IDE, all you need are the design-time and run-time BPL files. You won't be able to compile anything, though.


note that my package does not contain any VCL or graphical stuff, only basic source code.

Irrelevant.

Is it possible to do that ? or do i must provide dcu files with my package (to the application developper)?

Try it yourself: Delete all the DCU and PAS files that came with Delphi and try to compile a program. (You will fail, so be sure to restore the files from the Recycle Bin when you're finished.)


--
Rob

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to