Silver
September 21st, 2005, 06:28
Hi guys,
Way off topic, but that's what this forum is
Question 1: I want to implement a very basic scripting interpreter into an app. I'd like it to accept pseudocode input (Text.out "Hello world"
and it interpret it to win32/c++ calls (hDC = GetDC(hwnd); TextOut(hDC, 0, 0, "Hello World", 12)
. I know there are some extensible script interpreters out there (LUA for example) but they seem quite complex. I don't want to learn a new language just to implement this, so has anyone developed anything similar before and can give me a pointer to a good place to start? The purpose of the script interpreter is to allow end-users without technical knowledge to interact with part of an application.
Question 2: Anyone recommend a good resource editor? Not a resource editor for resources linked into EXE/DLL's (like ResHacker), I'm looking for a good resource editor that will let me draw icons, cursors etc. Loads out there, so personal recommendations are appreciated
Thanks!
Way off topic, but that's what this forum is

Question 1: I want to implement a very basic scripting interpreter into an app. I'd like it to accept pseudocode input (Text.out "Hello world"


Question 2: Anyone recommend a good resource editor? Not a resource editor for resources linked into EXE/DLL's (like ResHacker), I'm looking for a good resource editor that will let me draw icons, cursors etc. Loads out there, so personal recommendations are appreciated

Thanks!