Here again, having lots of problems.
Finally got the software signed, but when I try to execute keep telling me
"Unable to execute file for security reasons"
In some fast facts the application only do this:
TInt i = 0;
MCameraObserver* iCameraObserver = NULL;
TInt aCameraHandle = 0;
CCamera* iCamera;
if(CCamera::CamerasAvailable() >0){
iCamera = CCamera::NewL(*iCameraObserver, aCameraHandle);
iCamera->Reserve();
iCamera->PowerOn();
for(i=0; i<1000000; i++){
}
iCamera->Release();
}
Any advice will be great, because I need to implement a video recorder.
Thanks in advance



