Quote Originally Posted by HellMaster22 View Post
This is what I needed to know. Thanks for that. The scripting language will be for the "end" user, who will just call the functions he needs and set some parameters. Can you describe more in detail, how this can be done? The linking between the GUI in win32 and the scripting language? Where can I get more informations about it or what should I look for?
I'd suggest to have a look at Lua first. It should be relatively easy to use with C. Just go through the online tutorial and you'll probably get a good idea of what's possible. Then try it out yourself to know how it works for sure, before you start to really design what you want to achieve. I'd save the implementation of a GUI front-end for later, though you can consider it already in your design of course.