Kenneth McDonald wrote:
> 1) When Python is embedded, is it typically compiled statically into
> the program, or provided as a dynamic library?
if your application is compatible with the Python (i.e. uses /MD on
Windows, etc), using the DLL is a lot easier.
> 2) If provided as a dynamic library,
We're looking at embedding Python into our product to provide users
with the ability to write scripts for the programming. My knowledge
of Python is excellent, I'm familiar with the concepts of converting
back and forth between C and Python datatypes, but my knowledge of
compiling and linki