943,745 Members | Top Members by Rank

Ad:
Jul 20th, 2009
0

Interfacing with a scripting language from cpp

Expand Post »
I'm planning to do a simple game engine (the core functionality in c++) from my own and I want to start with the scripting engine as I want this to be very 'modable', I did not coded anything yet, so suppose that exists a OOP scripting language in which I code the AI and things like that...which produces some kind of 'bytecode', so my question is : What part of this bytecode (variables, functions, or objects) should I retrieve from the VM and why?

Thanks
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
telcontar is offline Offline
15 posts
since Jul 2009
Jul 23rd, 2009
0

Re: Interfacing with a scripting language from cpp

1. Needs a library file (*.h ro *.hpp)
#include "myscript.h"

myscript1(); // Call myScript 1
myscript2(); // Call myScript 2
myscript3(); // Call myScript 3
Reputation Points: 9
Solved Threads: 2
Light Poster
AlbertPi is offline Offline
33 posts
since Nov 2008
Jul 23rd, 2009
0

Re: Interfacing with a scripting language from cpp

Also this is a very good web site

SWIG makes integrating C++ with a wide range of scripting languages.

http://www.swig.org/
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Albert-Pi is offline Offline
6 posts
since Jul 2009
Jul 30th, 2009
0

Re: Interfacing with a scripting language from cpp

Thanks, well found web page, i'll give it a shot.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
telcontar is offline Offline
15 posts
since Jul 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Game Development Forum Timeline: Suggestion on free software's on building games
Next Thread in Game Development Forum Timeline: Help me out please





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC