This is all Win32/ActivePerl stuff, please ignore if you're not a fellow Windows sufferer.
I've been thinking about something which would require creating a DLL which would run some Perl code and also provide the Perl code with some extra functions.
The idea behind this is to allow me to write PalmOS conduits in Perl. I know I could use XS to write wrappers around the Perl conduit API but I'm not so sure if it's possible to have Perl embedded in a DLL.
Basically, the DLL has a few entry points called by Palm's HotSync program. These should trigger the loading/execution of the Perl program, which then uses the HotSync API wrapper functions to do all the synchronisation.
Hope this makes sense to other people.
--
Kevin O'Rourke
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.