Re: Calling C/C++ not contained inside a .dll

2005-05-16 Thread Mike Meyer
[EMAIL PROTECTED] writes: > My question is.. > How do I get python scripts to call functions in my game code without > having to build a .dll that has the entire meat of my game inside of > it? Ultimately I want to be able to load scripts from my game and > have those scripts call functions in my

Calling C/C++ not contained inside a .dll

2005-05-15 Thread delrocco
Hello, I really appreciate anyone who has time to read this and help, Thanks up front. I'm very new to python, having picked it up for the first time a week ago, but I feel I'm very close to getting this working. Here's what I'm trying to do: - call python scripts from game code - have those ca