search for: fwide

Displaying 4 results from an estimated 4 matches for "fwide".

Did you mean: wide
2010 Dec 02
4
Why msvcrt generates errors ?
...c myfile.cpp I get errors like: In file included from /usr/include/c++/4.4/bits/postypes.h:42, from /usr/include/c++/4.4/bits/char_traits.h:42, from /usr/include/c++/4.4/string:42, from myfile.cpp:1: /usr/include/c++/4.4/cwchar:148: error: ?::fwide? has not been declared The question is: If i pass the -I option to the compiler intructing it to search <string> in wine FIRST (the c++ headers are searched in last instance, right ?), why the compiler shows that is using string.h from c++ ? If string.h is found in the wine includes, string....
2005 May 12
0
Using string from stdlib in winemaker
...: Fehler beim Parsen before `*' token In file included from /usr/include/c++/3.3/bits/fpos.h:45, from /usr/include/c++/3.3/bits/char_traits.h:46, from /usr/include/c++/3.3/string:47, from wndclass.cxx:2: /usr/include/c++/3.3/cwchar:142: error: `fwide' not declared /usr/include/c++/3.3/cwchar:149: error: `mbsinit' not declared /usr/include/c++/3.3/cwchar:157: error: `vfwscanf' not declared /usr/include/c++/3.3/cwchar:159: error: `vswscanf' not declared /usr/include/c++/3.3/cwchar:161: error: `vwscanf' not declared /usr/includ...
2008 Dec 31
1
wineg++ problem with the standard library
.../gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/x86_64-pc-linux-gnu/bits/c++locale.h:92: error: __gnu_cxx::__uselocale cannot be used as a function /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar: At global scope: /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:152: error: ::fwide has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:159: error: ::mbsinit has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:168: error: ::vfwscanf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cwchar:172:...
2010 May 20
3
Install eventmachine on Debian Lenny
.../usr/include/c++/4.3/cwchar:70: error: expected constructor, destructor, or type conversion before ‘namespace’ /usr/include/c++/4.3/cwchar:148: error: ‘::btowc’ has not been declared /usr/include/c++/4.3/cwchar:149: error: ‘::fgetwc’ has not been declared /usr/include/c++/4.3/cwchar:153: error: ‘::fwide’ has not been declared /usr/include/c++/4.3/cwchar:158: error: ‘::mbrlen’ has not been declared /usr/include/c++/4.3/cwchar:159: error: ‘::mbrtowc’ has not been declared /usr/include/c++/4.3/cwchar:160: error: ‘::mbsinit’ has not been declared /usr/include/c++/4.3/cwchar:161: error: ‘::mbsrtowcs’ h...