Hello,
Neil, Thanks for sharing your views.
Anyways i am not able to digest what line #120 says:
Following is from epoc.pl
Code:
sub launchEmulator
{
my ($type,$win) = @_;
my $epocroot = &getEpocroot;
my $drive = &getDrive;
my $emu = $drive . $epocroot . "epoc32" . "\\"
. "release\\" . $win . "\\" . $type . "\\" . "epoc.exe";
-e $emu ||
die "ERROR: File \"$emu\" not found.\n\n" .
"The EPOCROOT environment variable does not identify\n" .
"a valid Symbian emulator installation on this drive.\n" .
"EPOCROOT must be an absolute path to an existing\n" .
"directory - it should have no drive qualifier and\n" .
"must end with a backslash.\n";
# If the execute is successful, this never returns.
exec("\"" . $emu . "\"") || die "Failed to execute the emulator \"$emu\": $!";// Line number 120
}
There was no such environment variable before also. And it had been running fine without any problem before yesterday.
So i suspect some problem occured with DirectX 9.0 SDK and MS-Platform SDK installation but i m not able to probe into.
Please suggest me some work-arounds or REMEDY.
Thanks & Regards.
Kiran.