Visual Studio 2005 with Carbide.vs can't load LIBRARY in .mmp file
Login to reply to this topic.
Mon, 2008-10-06 18:22
Joined: 2008-10-06
Forum posts: 1

Please Help Sad

I've use Visual Studio 2005 with Carbide.vs to write Symbian Program
It's work correctly...until i've try to use AknsUtils::SkinInstance(); which want to include
#include and Link against: aknskins.lib aknskinsrv.lib

but when i try to Link aknskins.lib,aknskinsrv.lib in .mmp file with Syntax like
LIBRARY aknskins.lib aknskinsrv.lib

when i compile source code .mmp file is updated and show Syntax
// [-] LIBRARY aknskins.lib
// [-] LIBRARY aknskinsrv.lib

please tell me why......

Ps.Sorry if my words annoy you,I'm not good at English.


Wed, 2008-10-08 09:29
Joined: 2004-11-29
Forum posts: 1419


Ps.Sorry if my words annoy you,I'm not good at English

No need to worry as long as you are actually trying
The annoying ones are the guys who can't even bother to try and use home made words with one or two letters Smiling

I wish I knew how to help you too, but I don't...
I've never used carbide.vs

Maybe you need to do some kind of re-import of the mmp file after changeing it?

Mon, 2008-10-13 08:00
Joined: 2008-02-13
Forum posts: 11

Go to the solution explorar, right click on project name and go to property.
Choose Linker->Input, now on right side of window add lib name to the additional dependencies.


copyright 2003-2009 NewLC SARL