Perl.exe cannot find the entry and cannot be locatedProgramThe Input Point is pl_sv in the dynamic link library perl56.dll.
Today, when installing the Symbian S60-SDK-0616-3.0-mr.3.749.zip, configure the environment, run carbide. c ++ V2.0, set up
Project, compilation, but every time perl.exe fails to find the entry, it cannot locate the program Input Point pl_sv in the dynamic link library perl56.dll
"Error. At first, I thought I didn't set the environment variable. Later I added it, but there was still a problem.
Baidu and Google have no good solutions. Then I thought about whether it was a problem with my own system. Because my colleagues have installed it,
The environment is XP + SP3, and there is no reason for my error. It is definitely not a RP problem, haha
Later I thought that oracle10.1 was installed in my system, which was originally Java + Perl. Is it repeated in environment variables?
Later, I reset the environment variable and then OK.
Finally, you can compile a Symbian mobile app. Haha
Before Modification
Perl5lib system environment variables
E: \ oracle \ product \ 10.1.0 \ db_1 \ Perl \ Lib \ 5.6.1 \ MSWin32-x86; E: \ oracle \ product \ 10.1.0 \ db_1 \ Perl \ Lib \ 5.6.1; E: \ oracle \ product \ 10.1.0 \ db_1 \ Perl \ 5.6.1 \ Lib \ MSWin32-x86; E: \ oracle \ product \ 10.1.0 \ db_1 \ Perl \ site \ 5.6.1; E: \ oracle \ product \ 10.1.0 \ db_1 \ Perl \ site \ 5.6.1 \ Lib; E: \ oracle \ product \ 10.1.0 \ db_1 \ sysman \ admin \ scripts
After modification
Perl5lib system environment variables
D: \ Symbian \ Perl \ bin; D: \ Symbian \ Perl \ Lib; D: \ Symbian \ Perl \ site \ Lib
Supplement:
My Perl is installed on D: \ Symbian \ Perl \ and can be changed depending on your situation