>> >class Q_CORE_EXPORT QString
>> >{
>> > ...
>> > static QString fromWCharArray(const wchar_t *, int size = -1);
>> > ...
>> >}
>> >
>> >so, I really don't understand why you get the error. Are you sure
you
>> are
>> >linking the QtCore library?
>> >
>>
>> I see the same, and I don't know what the problem is either. The
>> QString header can be found, Qstring can be used, just not this
static function.
>> Maybe it is not exported or something..
>
>I think it may be a case of calling conventions mismatch.
>
Could it be that we are missing an include or we are including a
different include that makes wchar_t to be defined differently (or to be
typedef'd differently) ?
Wild guess...
Vincent