lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] trivial patch for LoadLibrary() call


From: Greg Chicares
Subject: Re: [lmi] trivial patch for LoadLibrary() call
Date: Wed, 31 Dec 2008 02:49:43 +0000
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

On 2008-12-30 22:49Z, Vadim Zeitlin wrote:
> 
>  Could you please apply this trivial patch?
[snipped]

Sure.

> This (and a few other changes which I'll describe in separate messages...)
> would allow me to build LMI using wx svn trunk again.

I think I'd rather wait for the other changes and apply them
all together.

BTW, should these:

main_wx.cpp:    ::SendMessage(reinterpret_cast<HWND>(w.GetHandle()), WM_PASTE, 
0, 0);
msw_workarounds.cpp:    if(0 == 
::FreeLibrary(::GetModuleHandle(dll_name.c_str())))
system_command_non_wx.cpp:    ::CreateProcess
system_command_non_wx.cpp:    ::CloseHandle(process_info.hThread);
system_command_non_wx.cpp:    ::WaitForSingleObject(process_info.hProcess, 
INFINITE);
system_command_non_wx.cpp:    ::GetExitCodeProcess(process_info.hProcess, 
&exit_code);
system_command_non_wx.cpp:    ::CloseHandle(process_info.hProcess);

be changed for the same reason as LoadLibrary[A]?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]