I'm trying to get my S60 application to link with the lbs.lib. I've added the library lbs.lib entry to my Carbide c++ projects .mmp file but for some reason at link time it does not try to link my binary with the lbs.lib. As a result the link stage fails because of the unresolved references to the library.
Do I have to do something other than adding the library entry to the .mmp file to get carbide c++ to link lbs.lib to my app?
Also, just in case it's important the target I'm building for is the simulator I'm not building for real hardware yet.
Thanks





