in reply to Write module with own dll.
If you want to use a DLL that does not come with Windows, the best approach is to copy it into the same directory where perl.exe lives. That way, Win32::API, Windows and perl.exe will be able to find it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Write module with own dll.
by Anonymous Monk on Aug 05, 2008 at 07:45 UTC | |
by Corion (Patriarch) on Aug 05, 2008 at 08:00 UTC | |
by syphilis (Archbishop) on Aug 05, 2008 at 10:10 UTC | |
by Anonymous Monk on Aug 05, 2008 at 10:37 UTC |