We have legacy hardware that would cost $50k to $100k to replace. The hardware itself is excellent and includes modifications of our own and so would be very hard to replace anyway. However the interface is designed for win3.11, we have split it and run some of the interface functionality on win2k server but we are left lugging 500Mb - 2Gb files accross the network every few minutes which is a pain. The ideal would be to run the whole thing from win2k but we can still improve things physically - alter our network setup, etc. Writing a device driver may be the way to go since I would also see it as beneficial as a learning excercise. I'm looking on Amazon for "writing windows device drivers for dummies" but I fancied a bit of a poke at it with perl cos thats where I'm most at home. Sounds like the prognosis is write a device driver in C or do something else instead. Thanks again monks

In reply to Re^6: Memory addressing by fluffyvoidwarrior
in thread Memory addressing by fluffyvoidwarrior

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.