cinsm wrote:
> Hi,
> Thank you for your answer.
> I can't : I'm desappointed!
> Do you think I can buid an application which integrate the ddl? if
> it's possible I know the application.exe will be heavier.
Windows executable file formats do not allow to compile multiple
executable images (a dll is just an executable and has the same layout
without its own start function) into one single file. And why bother?
There is virtually now single Windows app nowadays, execept the most
simple Tic-Tac-Toe maybe, which does not come with a myriad of DLLs
besides its own executable file.
Rolf Kalbermatter