http://bugs.winehq.org/show_bug.cgi?id=28423 --- Comment #1 from Knightlain <pastorrub(a)msn.com> 2011-09-17 20:13:41 CDT --- Also this is the source code: #include <windows.h> #include <stdio.h> #include <cstdlib> #include <iostream> #include <fstream> #include <wchar.h> using namespace std; int main() { unsigned int prueba; fstream resultado; WCHAR* testptr; resultado.open("result.txt",ios::out); prueba = ImmGetDescriptionW(NULL,testptr,255); resultado << "Address: " << testptr << endl; resultado << "Character length: " << prueba << endl; resultado.close(); } -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.