dll files

S

Sabin

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.
 
L

Larry Bates

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
 
S

Sabin.A.K

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.
 
K

Konstantin Veretennicov

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.

Are you trying to create a windows resource dll? I believe Python
isn't the tool for this job.
What is your main application created with? How do you plan to extract
'icons and text' from this dll?

- kv
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top