unresolved external symbol
| Fri, 2005-11-18 10:15 | |
|
I'm not really sure how things work out on all those downloadable examples and stuff. But I've been trying to figure out how to determine which libraries to include in my app.
I'm using Visual Studio C++.Net's IDE in learning mobile apps development and I always make sure I included those libararies enumerated in the example's mmp file in the project's library dependencies but it doesn't always work. Not even linking sometimes. OK, the questions is "How do I know which libs to include in my project aside from those ones listed in the mmp file?". Thanks guys. |
|






Forum posts: 2006
As the SDL sometimes contains some error, then the only solution is to search into the .LIB files for the missing symbols. I think that Symbian has a tool that allows to extract such information. Utilities like dumbin can help as well. But a simple grep into all the .lib is generally enough.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 672
Forum posts: 124
Certainly helps if you havent got any documentation