Blogs

MFCScriptHost

Adding Macro Scripting language support to existing MFC Application

MFCScriptHost.zip

Originally published for CodeProject

Introduction

Writing applications that host a script engine to enable developer to write scripts and macros has proven to be very successful. There are thousands of developers using the Windows® Script engines in their applications. The Microsoft implementation simplifies …

ATLScriptHost

ATLScriptHost.zip

Originally published for CodeProject

Using Active Scripting Interface in ATL Application

Since I already provided some details about how the Script Host works, I will go straight with the details that you need to integrate it into your application. Hopefully, the steps provided here should work with any ATL/WTL GUI application. Also, I will consider for this article that the …