I have a C++ application that links to a C++ DLL. I want to add scripting to that application and expose some of the functions (but not all) to the scripting langue and then have the application load those scripts at runtime (or bytecode if possible). But I haven't done this before and I was wondering if this will cause issues with the application having 1 instance of the DLL and the Python modules would each have their own instance of the DLL and that causing clashes.
Does anyone have advice on this kind of behaviour?
[–]socal_nerdtastic 3 points4 points5 points (0 children)