Re: [python-win32] Missing memory de/allocation in com server causes APPCRASH?

2013-12-17 Thread Wedel, Jan
[python-win32] Missing memory de/allocation in com server causes APPCRASH? I'm guessing you have a 32/64 bit problem, as most XP installs are 32-bit. I'd take a closer look at hServer, since handles are pointer-sized (4 bytes on 32 bit and 8 bytes on x64). Rog

Re: [python-win32] Missing memory de/allocation in com server causes APPCRASH?

2013-12-12 Thread Wedel, Jan
nces+jan.wedel=ettex...@python.org] Im Auftrag von Wedel, Jan Gesendet: Mittwoch, 11. Dezember 2013 10:38 An: python-win32@python.org Betreff: [python-win32] Missing memory de/allocation in com server causes APPCRASH? Hi, I already posted a related question on the comtypes mailing list but unfortunately T

[python-win32] Missing memory de/allocation in com server causes APPCRASH?

2013-12-11 Thread Wedel, Jan
Hi, I already posted a related question on the comtypes mailing list but unfortunately Thomas Heller told me that he cannot actively provide support anymore. So I'm hoping to get some help here because it might also relate more to ctypes. At first, sorry for the long mail but it's a rather comp