Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mingw_specific.h File Reference


Detailed Description

Include this file in cttl.h header to avoid errors related to bug [ 664369 ] Missing wide character support in MinGW 3.2.

This very simple example gives the following error :

#include <string>

int main(int argc, CTTL_STD_CHAR *argv[])
{
    CTTL_STD_WSTRING TestString;
    return 0;
}

main.o(.text+0x26):main.cpp: undefined reference to
`std::basic_string<CTTL_STD_WCHAR, std::char_traits<CTTL_STD_WCHAR>,
...

Definition in file mingw_specific.h.

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.


Generated on Thu Nov 2 17:44:22 2006 for Common Text Transformation Library by  doxygen 1.3.9.1