Hi
I am using the following example
http://wiki.forum.nokia.com/index.ph...60_3rd_Edition
....
#include "GpsPositionRequest.h"
.....
CGpsPositionRequest* request = CGpsPositionRequest::NewLC(_L("<value in target name of mmp file>"));
TBool result = request->GetCurrentPostionL(latitude, longitude);
(I am getting a couple of errors in the above lines)
....
undefined identifier 'CGpsPositionRequest::NewLC'
undefined identifier 'GetCurrentPostionL'
From the example,
"My Application" was substituted with the name in the Target Name of .MMP file.
What could be the reason for the error?
Many thanks in anticipation!

Reply With Quote

