[Qt-interest] NON Unicode library (dll) in a unicode app, Win32 QtCreator

Nikos Geronitidis geronik444 at gmail.com
Thu Aug 27 13:58:46 CEST 2009


I have an application which depends on an old dll, which does not support
UNICODE.
Until now it is compiled in VStudio 2005 with:
DEFINE = _MBCS, which means that *wchar *is treated as *char *type.
How can I compile in Qt Creator when my application is compiled in Unicode?
When I define it with
DEFINES += _MBCS
an error occur.
Any ideas? Thanks in advance.

-- 
Best Regards
Nikos Gerontidis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090827/e84ec4e3/attachment.html 


More information about the Qt-interest-old mailing list