Hi,
I maked en .exe whit Visual Studio 2008 and it worked fine from command prompt (I have WinXp). Then I tryed the same line in perl with
I became in command prompt: "acces denied" and en other error message in a window: "xy.exe is not a Win32 Application"
Is any way solve it in PERL ?
Thanks!
Arepi
I maked en .exe whit Visual Studio 2008 and it worked fine from command prompt (I have WinXp). Then I tryed the same line in perl with
Code:
system("COMMAND");
Is any way solve it in PERL ?
Thanks!
Arepi
Comment