Hello,
I am doing an LBS application and I am using some classes such as TPositionModuleInfo. I am using S60 3rd FP1
In the SDK says the following:
Well.... I have LbsPositionInfo.h but:Code:Location: LbsPositionInfo.h Link against: lbsselflocate.lib
- If I don't put lbsselflocate.lib in .mmp file then I get a lot of build errors because the linker can't find the functions associated with TPositionModuleInfo or TPositionInfo, etc...
- If I put lbsselflocate.lib I get this:
"Specified file (this one) ... not found"
Of course it is not found as I cannot find it in my computer either where it should be.
The really wierd thing is that I've just tried again and now it compiled (without the lbsselflocate.lib in the .mmp file).
I've observed a lot of really wierd stuff with Carbide (I'm using v1.3) and also some bugs.. like it doesn't recognize templates (like TBuf<16>...) so I can't use autocomplete, etc...
Why it says in the SDK that I should use the lbsselflocate.lib but actually it works only without it?
I've seen this in other classes also.





