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.
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
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?
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.
Forum posts: 1419
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
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?
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.