Hi,
I've got a daemon running on our job system server to process events from SG but would rather write that particular service in C/C++. Any plans for a distro of the API in C/C++?
Thanks,
Mark
Hi,
I've got a daemon running on our job system server to process events from SG but would rather write that particular service in C/C++. Any plans for a distro of the API in C/C++?
Thanks,
Mark
Hmmm ... hadn't seen this in the boost library before (I wasn't really looking), perhaps this is all I need then:
http://www.boost.org/doc/libs/1_39_0/libs/python/doc/index.html
Were you able to get boost library working with C++ and shotgun API? I am diving into some C++ dev and would love to know if its a viable solution. If so was hoping you could share insight into any qwirks that youmight have had integrating it.
-Romey
Hi Mike,
Haven't had time to look at it yet, but when I do I can post my results if you haven't been able to get something working before me.
Take care,
Mark
This may also be of help...
http://docs.python.org/extending/extending.html#calling-python-functions-from-c
There is a C++ API contribution on GitHub that isn't officially maintained by Shotgun but it's seen a fair amount of development.