|
Posted by Sisyphus on April 5, 2005, 9:04 pm
Please log in for more thread options
> Hello,
>
> When i run a small Perl script in Windows command line
> that send and receive info from DLL program it works fine
>
> When i run the same Perl script being call from C# .net
> the DLL is loaded but No respond call to the function
>
I think this will have a lot to do with C# .net, and very little to do with
Perl.
Perhaps there is a response but you are failing to catch it. Can you call
other perl scripts from C# .net and catch their output ?
Can you post a simple perl script that fails to work as required when called
from C# .net - and also a simple perl script that works correctly when
called from C# .net.
Cheers,
Rob
|