lua-users home
lua-l archive

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


Hello and welcome to the list. Since lua is platform unspecific the
answer would be that you need to modify your interperator and write a
function that retrieves registry keys and pushes them onto the stack,
then expose that function to lua.

Ryan.

On Tue, 14 Dec 2004 09:48:15 +0000, Daryl Cavanagh
<daryl_cavanagh@hotmail.com> wrote:
> This is my first time of posting on this forum, so sorry if i get the format
> wrong.
> 
> Can anyone tell me how i would read the registry key from windows into a lua
> variable, so that i can dump this into a third party file?
> 
> dazzle
> 
>