Fails to convert process name to wxString

Vadim Zeitlin vadim at wxwidgets.org
Thu Nov 1 17:10:37 PDT 2007


On Thu, 1 Nov 2007 23:17:27 +0200 Eran Ifrah <eran.ifrah at gmail.com> wrote:

EI> MessageBoxW displays the same thing as wxMessageBox (screen shot attached)
EI> 
EI> I am calling the message box like this:
EI> 
EI> wxString name(pe.szExeFile);
EI> MessageBoxW(NULL, name, L"Message BoxW", MB_OK );

 And I assume it works if you pass pe.szExeFile to it directly (please do
try to answer all of my questions and not just half of them... remote
debugging is difficult enough as it is)?

VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list