What to do with uint in non-qt code?

Bo Thorsen bo at thorsen-consulting.dk
Fri Jun 22 11:33:42 CEST 2007


On fredag den 22. Juni 2007, Andreas Pakulat wrote:
> Hi,
>
> in kdevelop the C++ parser recently got a new file which uses uint
> "everywhere", which breaks compilation with mingw32. Unfortunately I
> wasn't able to find a header that has a typedef or something for uint,
> so I'm not sure what to do here? Is this just missing or should I just
> convert this to unsigned int instead?

You should convert it. There is no such thing as a uint.

Bo.

-- 

Thorsen Consulting ApS - Qt consulting services
http://www.thorsen-consulting.dk



More information about the Kde-windows mailing list