search for: wcout

Displaying 5 results from an estimated 5 matches for "wcout".

Did you mean: cout
2005 Mar 14
4
[SMB 3.0.10] File Locking Mechanism Windows <-> Unix
Hello, Iam facing a problem in locking of files across samba shares. We have samba 3.0.10 running on Solaris 9 with the smb.conf as follows. # Global parameters [global] workgroup = NMUINT netbios name = NMUINTFS interfaces = <IP> bind interfaces only = Yes security = DOMAIN password server = XXX.XXX.XXX.XXX log level = 1 ldap
2017 May 24
2
DebugInfo, Metadata usage
I'll ask again that question. Thank you Adrian, I've looked through IR Verifier and it helps me to understand some parts of retrieving metadata and debug info. But , after that, I've faced with another problem: Original Code: std::wcout << L"WCHAR_HELLOWORLD" << std::endl;b IR Code: @.str.2 = private unnamed_addr constant [17 x i32] [i32 87, i32 67, i32 72, i32 65, i32 82, i32 95, i32 72, i32 69, i32 76, i32 76, i32 79, i32 87, i32 79, i32 82, i32 76, i32 68, i32 0], align 4 For that kind of Constant metad...
2010 Aug 23
1
[Bug] [Urgent] CreateProcess Failed internal error (1359)
...working on porting an IDE on MacOSX with the help of Wine, And I discover a random bug on wine. Please use this sample code to reproduce it (to be compiled on Windows): Code: ///////////////////////////////////////////////////////////////////////////// int Quit(int aReturnCode) { #ifdef _DEBUG wcout << L"Press Enter to quit"; getchar(); #endif return aReturnCode; } ///////////////////////////////////////////////////////////////////////////// int wmain(int argc, wchar_t *argv[]) { int arg = 0; if(argc > 1) { arg = _wtoi(argv[1]); } HANDLE hands[255]; wchar_t bu...
2017 May 22
2
DebugInfo, Metadata usage
Hello LLVM Community, I'm working on some analyzer\checker and want to implement checker for variables. In that case, I want to retrieve some information about types of variables or identify that the variable is either string or not. As an example, for strings which can be char or string type I came up with a solution to find it out via isString or isCString methods. But for strings whose
2012 Aug 17
0
Wine release 1.5.11
...lementation. msvcp90: Added basic_iostream<short> implementation. msvcp90: Added basic_ofstream<wchar> implementation. msvcp90: Added basic_ifstream<wchar> implementation. msvcp90: Added basic_fstream<wchar> implementation. msvcp90: Export wcin, wcout, wcerr and wclog objects. msvcp90: Added basic_ostringstream<short> implementation. msvcp90: Added basic_istringstream<short> implementation. msvcp90: Added basic_stringstream<short> implementation. msvcp90: Use streamoff in std::_BADOFF definition. m...