Posted by Aleksander Greni, algrn@wmdata.no
on January 08, 2002 at 11:17
Hi there
Not that I'm an Symbian expert, far from it, but in ordinary C++ "unresolved external" means that you are trying to use a function that has been declared, but not defined. In this case it looks like you are trying to use a function belonging to the SDK so the solution to your problem is probably that you have forgotten to link in a certain lib-file.
Good luck.
Sander
RE: Unresolved external symbol
2002-05-29, 10:03#3