in reply to XS with DLL
The file does exist, as it's in the same place with the same name.
If you use depends.exe /c /f:1 /pb /ot:temp.txt ... ...\perl.exe ...\foo.pl ... you'll see that Glue.dll is trying to load simplelib.dll and can't find it; simplelib.dll has to be next to Glue.dll or somewhere in %PATH%
If you had linked againt a static version, someting like simplelib.a, then there would only be Glue.dll
Help!
Makefile.PL is standard way to deal with XS; No Makefile.PL (or Build.PL) makes me nervous :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XS with DLL
by soren.hein (Initiate) on Jun 05, 2014 at 11:09 UTC | |
by syphilis (Archbishop) on Jun 05, 2014 at 15:33 UTC | |
by soren.hein (Initiate) on Jun 05, 2014 at 19:40 UTC |