Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Embedding a scripting engine into a C++ Application

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
rsilbert
Posts: 1
Joined: 2006-05-10 22:43

Embedding a scripting engine into a C++ Application

#1 Post by rsilbert »

Can anyone offer any information on how to automate a C++ application by embedding a scripting language such as Lua, Perl, Python, etc.?

Thank you.

ajdlinux
Posts: 2452
Joined: 2006-04-23 09:37
Location: Port Macquarie, NSW, Australia

#2 Post by ajdlinux »


lacek
Posts: 764
Joined: 2004-03-11 18:49
Location: Budapest, Hungary
Contact:

#3 Post by lacek »

For perl, see this link: http://www.unix.org.ua/orelly/perl/prog3/ch21_04.htm

Also, install the perl-doc package, and do a 'man perlembed' to see more.

Guest

#4 Post by Guest »

Thanks a lot guys. This is extemely helpful information.

I also did a little digging around and found these helpful links...

http://www.swig.org/exec.html
(Embeds Perl, Python, Lua, Tcl, PHP, ...)

http://www.tecgraf.puc-rio.br/~celes/tolua/
(Embeds Lua)

Post Reply