PDA

View Full Version : missing libraries



sliverTwist
24th April 2013, 15:29
i cannot include tchar.h and windows.h they do not exist in the qt
My qt is Qt Creator 2.5.0 Based on Qt 4.8.1 (64 bit)
and my OS is opensuse 12.2

BalaQT
24th April 2013, 15:49
hi,

they do not exist in the qt
They are windows platform headerfiles.

my OS is opensuse 12.2

They will not work in linux environment.

Qt will not have those header files.

For tchar check the following
http://linuxgazette.net/147/pfeiffer.html

hope it helps,
Bala

Santosh Reddy
24th April 2013, 15:54
Use QChar instead