I know its a far stretch.. its written in Perl..
perl2exe builds a platform specific executable, and like the perl Packager, it bundles files and unbundles into a folder before invoking the perl app.. these will dynamically be loaded into the executables path.. (and all cleaned up on app exit).
so, yes, I am bundling the runtime sos (dlls on windows)
just enough to make this work, self contained.
(I already do this for the commandline version of my app)
this is a support assistance app. I cannot modify the platform configuration that the user is having trouble with
(I can use the ONE folder the app is installed in and ONE folder in /tmp. My app is distributed in a zip for windows and gz for everything else)
so, I was asking, does anyone know how the default gtk theme engine, used by the wx code, works, so I can find the missing file(s) I need to add to my bundle.
I ask here cause the spread of talent and experience is wider than anyplace else I've seen..
if this is too non-perl then please delete this thread.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.