ANN: DirectPython 11 0.1

2010-08-10 Thread Heikki Salo
/directpython11/files/ -- Heikki Salo -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

Re: directpython question

2007-09-25 Thread Heikki Salo
happens. -- Heikki Salo -- http://mail.python.org/mailman/listinfo/python-list

[ANN] DirectPython 0.8

2007-02-07 Thread Heikki Salo
A new version of DirectPython is now available at http://directpython.sourceforge.net/ What is it? --- DirectPython is a C++ extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. The

Release: DirectPython 0.7 and DirectX for comtypes 0.1

2006-12-12 Thread Heikki Salo
New versions of DirectPython and DirectX for comtypes are now available at http://directpython.sourceforge.net/ What are these? --- DirectPython is a C++ extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound,

Release: DirectPython 0.6

2006-10-10 Thread Heikki Salo
A new version of DirectPython is now available at http://directpython.sourceforge.net/ What is it? --- DirectPython is a C++ extension to the Python programming language which provides basic access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. The

Re: DirectPython

2006-08-28 Thread Heikki Salo
these checks, but most of the advanced samples probably don't work. -- Heikki Salo -- http://mail.python.org/mailman/listinfo/python-list

Release: DirectPython 0.2.5

2006-03-22 Thread Heikki Salo
A new version of DirectPython is now available at http://directpython.sourceforge.net/ What is it? --- DirectPython is a C++ extension to the Python programming language which provides access to DirectX (9.0c) API, including Direct3D, DirectSound, DirectShow and DirectInput. The full

Re: C-API: A beginner's problem

2006-03-19 Thread Heikki Salo
Fabian Steiner wrote: What did I do wrong? As I am quite new to C, I probably made many mistakes, so please feel free to correct me. The following line: for (i = 0; i = seqlen; i++) { Should be for (i = 0; i seqlen; i++) {. Otherwise the last assignment will be out of bounds and

Re: C-API: A beginner's problem

2006-03-19 Thread Heikki Salo
Heikki Salo wrote: Fabian Steiner wrote: What did I do wrong? As I am quite new to C, I probably made many mistakes, so please feel free to correct me. The following line: for (i = 0; i = seqlen; i++) { Should be for (i = 0; i seqlen; i++) {. Otherwise the last assignment

Release: DirectPython 0.1

2006-02-14 Thread Heikki Salo
The first release of DirectPython is now available at http://sourceforge.net/projects/directpython/ DirectPython is a C++ extension to the Python programming language (2.4.x) which provides access to DirectX (9.0c) API, including Direct3D, DirectSound and DirectShow. The full installation