[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT FFI callbacks (was Re: Calling lua functions from C when using luajit ffi.)
- From: Dimiter 'malkia' Stanev <malkia@...>
- Date: Wed, 16 Nov 2011 10:21:55 -0800
[1] http://msdn.microsoft.com/en-us/library/windows/desktop/ms633520(v=vs.85).aspx
Thanks for the link, and found Raymond Chen's awesome blog, where it
digs in the details of the GetWindowText and WM_GETTEXT
http://blogs.msdn.com/oldnewthing/archive/2003/08/21/54675.aspx
Part of my job is to take care of bunch of GUI apps at work, that are
using MFC, Win32 directly, wxWidgets, Qt, custom controls with D3D and
who knows what else (I'm just a poor game tool developer).
Such tips are often saving the day.