Confusion in DLL loading
As you understand now, Dokan library must be installed first. It provides
- dokan.dll (Dokan user mode library)
- dokan.sys (Dokan File System Driver)
- mounter.exe (Dokan mounter service)
and some files.
See dokan-readme for detailes.
Win32::Dokan's Dokan.DLL is just an interface between
dokan.dll (Dokan Library's one) and Perl.
Win32::Dokan's Dokan.DLL will be found by DynaLoader, so
you does not need to copy it manually. It will be copied to
default place (C:\strawberry\perl\site\lib\...)
by executing "dmake install". I think this is an usual way
for XS module.
Win32::Dokan::_DLL searches Dokan Library's dokan.dll,
not a Win32::Dokan's. If Dokan library is installed correctly,
It will be found in System Folder.
Test is improved
- Waiting method for test-fs.pl is changed. Hard coded waiting time is removed.
- To unmount test filessystem, unmount.pl is added Dokanctl.exe wil not be called now.
(But this is little danger. If Win32::Dokan does not works correctly, test filesystem will be not unmounted.
Any idea?)
Thanks to your advice.
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.