in reply to Re: Perl PP/PAR packaged executable can't send XML::RPC requests
in thread Perl PP/PAR packaged executable can't send XML::RPC requests
The thing is my .exe actually runs successfully and WX GUI interface opens without any problems, so I don't think it's a windows DLL issue.
It is only when I try to do a XML::RPC call, do I get the "no data" error, which I think is due my program (acting as a XML-RPC client) not getting a proper response from my remote XML-RPC server.
So I think the real problem is understanding why the .pl works (gets response from server) while the exact same program in .exe doesn't...
I ran depends.exe anyways just to see what I get, I did get these files reported missing:
However I don't think this is a problem. As mentioned before, the program opens and runs properly with the GUI displayed and 99% of the features working, except the XML-RPC thing.API-MS-WIN-CORE-COM-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL API-MS-WIN-CORE-WINRT-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL API-MS-WIN-SHCORE-SCALING-L1-1-0.DLL DCOMP.DLL IESHIMS.DLL
All dependencies (-M) should be good as well.
Help...Edit: Oh and btw, if I try to compile the .exe using ActiveStates PDK, the problem actually disappears (XML-RPC response is properly received). But PDK is not free and the trail only last for a few weeks..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl PP/PAR packaged executable can't send XML::RPC requests
by dasgar (Priest) on Jul 15, 2014 at 04:39 UTC | |
|
Re^3: Perl PP/PAR packaged executable can't send XML::RPC requests
by Anonymous Monk on Jul 15, 2014 at 00:47 UTC |