When I build my project, the compile process is OK, but in link process the following error occur:
Error in linking: Object reference not set to an instance of an object.
FepSetup : error PRJ0003 : Error spawning 'link.exe'.
Please help me.
When I build my project, the compile process is OK, but in link process the following error occur:
Error in linking: Object reference not set to an instance of an object.
FepSetup : error PRJ0003 : Error spawning 'link.exe'.
Please help me.
Can you provide some more details?
Hello quatban,
Please list down yr whole error code.
So that by looking at yr error code somebody may help u.
Regards.
Kiran.
That is not a syntax or usage error, it occur when the link process is on work.
In my source, I have a statement that call AvailableFepsL method of CCoeEnv. Its prototype as follow: IMPORT_C void AvailableFepsL(RArray< TUid > &aUids, CDesCArray *aDisplayNames);
I declare two variable: RArray<TUid> ra and CDesCArray* da to pass into this method. I think it may be cause that error, right?
I am looking forward your answer.
Thanks.
Are you using Visual Studio C++ to compile the project? It seems there is a problem with your PATH.
Usually before running any Symbian build scripts, you have to run vcvars32.bat or vsvars32.bat from the command line. It will setup all necessary PATH configuration.
Antony