[Interest] Issue with toLatin1()

Thiago Macieira thiago.macieira at intel.com
Thu Sep 14 16:52:45 CEST 2017


On Wednesday, 13 September 2017 23:34:20 PDT Sudhir Sharma wrote:
> Hi,
> 
> I am getting following error while executing my application on QT 5.9.1 with
> VS2015 (win64). Any idea what could be issue?
> 
> "The procedure entry point tolatin1 could not be located in qt5xml.dll"

First of all, C++ is case sensitive, so please be sure you did a proper copy & 
paste. There's no method called "tolatin1" anywhere in Qt. If you meant 
"toLatin1", then it exists as a member of QString, which lives in Qt5Core.dll. 
In any case, I'd expect to see a class name somewhere too.

So there's something wrong with your error message. Paste the *correct* error 
message here so we can investigate.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list