.dll files

Sabin.A.K foundsabin at gmail.com
Tue Jun 21 02:56:50 EDT 2005


Thank you Larry,
And one more thing to ask,
Will the COM Object be a total solution for my problems? I just try to
make a dll to encapsulate some 'icon and text' files for my
application. Which should get installed in the users system while
installing it. but user should not be able to edit those files. thats
why i ve turned towards dlls.

Is it possible with COM objects? i am unaware of it.

SABIN.

Larry Bates wrote:
> You are most likely better off creating COM objects than
> trying to create old .dll files.  Good treatment of COM
> object creation is in the book titled Python Programming
> on Win32.  Most other languages have no problem interfacing
> with COM objects.
>
> -Larry
>
> Sabin wrote:
> > How can i create dll files in Python?
> > Is it possible?
> >
> > If yes,
> > how to enclose image and font files in a dll ?
> > 
> > Plis reply.
> > SABIN.
> > B'lore.
> >




More information about the Python-list mailing list