Hi,
In my project I tried to link to PVRTexLib.lib and it can’t find symbol to CPVRTString::npos:
[scode lang="{language}"]error LNK2001: unresolved external symbol “public: static unsigned __int64 const CPVRTString::npos”[/scode]
The project uses runtime library /MD (Multi-threaded dll) and /MDd (Multi-threaded debug dll).
Searching the forum some posts mention CPVRTString.cpp but I can’t find the file in the PowerVR Tools & SDK installation directory.
Please help.