Re: External code and functions integration

2008-09-22 Thread Diez B. Roggisch
Cro schrieb: Good day. I am using python for quite some time now and i decided to advance a little. I want to write a little extension, or add some C modules for my python. I use Active version. What i want to do is write some wrappers for a game library, called HGE. See "hge.relishgames.com".

External code and functions integration

2008-09-22 Thread Cro
Good day. I am using python for quite some time now and i decided to advance a little. I want to write a little extension, or add some C modules for my python. I use Active version. What i want to do is write some wrappers for a game library, called HGE. See "hge.relishgames.com". I wrote some ap