error LNK2019: CBDERR -- unresolved external symbol "public: int __thiscall RFs::Connect(int)"
| Fri, 2008-02-15 13:45 | |
|
Hi , these are the error I m getting while adding FileHandler.Cpp to my project. ============These are the errors shown========================= |
|






Forum posts: 1886
Edit the MMP file manually then.... You miss the efsrv.lib library.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 67
I have edited the mmp file manually and selected upadte mmp file.
Still it s not being added.(as it is with [-] sign)
I am geeting the link errors.
Is there any other way to add library to symbian proj in vs studio 2005 ?
Reagards,
Netra
Forum posts: 67
In code warrior we simply add .lib and reimport the mmp file.It was that simple.
How to do that here?
Thanks
Forum posts: 67
Ok, the problem is solved now.
being a migrant from code warrior to vs i was doing a d old mistake of changing mmp file by modifying it first and then
updating it.
infact we dont have to do that and add it using project -> properties ->linker-> input way as in vc++.