Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete reg key #5

Open
moteus opened this issue Jul 6, 2012 · 7 comments
Open

Delete reg key #5

moteus opened this issue Jul 6, 2012 · 7 comments

Comments

@moteus
Copy link

moteus commented Jul 6, 2012

Can you add binding to RegDeleteKey?

@stevedonovan
Copy link
Owner

Sure, sounds like a good idea. Any other APIs that would be useful?

@moteus
Copy link
Author

moteus commented Jul 6, 2012

You can look at afxLua.
I use it, but there no src.

@stevedonovan
Copy link
Owner

You can look at afxLua.

I remember that - no source is not a problem, coding is not difficult.
Choosing a good API is difficult ;)

For example, it would be useful to provide simple prompt dialogs, so
you could ask a user for a string. But then when to stop?

@moteus
Copy link
Author

moteus commented Jul 6, 2012

Choosing a good API is difficult ;)
I know that. :)

I tried to start use winapi several times and every time i fail with it.
Main problem is multithreaded and buffer overflow
(setenv('xxxx', ('1'):rep(1300))).

@stevedonovan
Copy link
Owner

Hah, now I take back my words - writing good C is hard ;) I should allocate those buffers dynamically!

@moteus
Copy link
Author

moteus commented Jul 9, 2012

Any other APIs that would be useful?

May be FindFirst/FindNext.
AfxLua has very convinient interface (IMHO)

@pkulchenko
Copy link

@stevedonovan, I'd like to support this ticket. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants