Skip to content

chrisforbes/jshost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for hosting the (horrible!) ActiveScript runtime in C++.
Does some of the painful stuff for you, like implementing IDispatch
without imposing COM on the rest of your application.

The classic way to do this was to have the IDL compiler generate dual
interfaces, but this only works if you like IDL & COM. Something
was needed to make this work (reasonably) painlessly in an otherwise
plain-old-C++ environment.

Enjoy. At least as much as you'll enjoy anything associated with the
ActiveScript runtime!

				-- chrisf

About

Hosting example for ActiveScript runtime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages