Re: [python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-15 Thread Mark Hammond
On 11/06/2011 3:19 AM, RayS wrote: Hello I know that the default behavior since 2.? has been only one DDE server allowed. Is it possible to back-hack this restriction? It is possible, yeah - it's just a matter of someone doing it :) Cheers, Mark

Re: [python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-15 Thread Mark Hammond
On 15/06/2011 8:15 PM, Mark Hammond wrote: On 11/06/2011 3:19 AM, RayS wrote: Hello I know that the default behavior since 2.? has been only one DDE server allowed. Is it possible to back-hack this restriction? It is possible, yeah - it's just a matter of someone doing it :) Oops - sorry -

Re: [python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-14 Thread RayS
Ahh, this http://www.codeproject.com/KB/MFC/MFCinVisualStudioExpress.aspx might help. I'll work through it later... I do have VS6, but I'm assuming that I really need 2008 (?). Thanks, Ray At 10:13 PM 6/13/2011, Roger Upole wrote: Compiling with VC 2008 Express is going to be a problem. The

Re: [python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-13 Thread Roger Upole
Compiling with VC 2008 Express is going to be a problem. The free compiler doesn't seem to support using the atl/mfc headers and libraries. Roger ___ python-win32 mailing list python-win32@python.org

Re: [python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-11 Thread Roger Upole
If you can build the dde module yourself, reenabling multiple servers for 32-bit is just a matter of uncommenting // #define _CALLHACK_ in stddde.cpp. Roger ___ python-win32 mailing list

Re: [python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-11 Thread RayS
Nice, I'll give it a shot, providing they compile with free VS2008 Express (?) The old page is a tad out of date http://starship.python.net/crew/mhammond/win32/BuildingExtensions.html but it seems this might help

[python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-10 Thread RayS
Hello I know that the default behavior since 2.? has been only one DDE server allowed. Is it possible to back-hack this restriction? I asked similarly a while back http://mail.python.org/pipermail/python-win32/2010-October/010774.html and Roger replied: It was done through some low-level