[Ironpython-users] How to get char pointer for LPCSTR

2012-09-21 Thread Denis Kolodin
ython. How can I run it in IronPython or how to create char pointer? Thank you, Denis Kolodin ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users

Re: [Ironpython-users] Automating Visual Studio with IronPython

2011-06-26 Thread Denis
E._dispOutputWindowEvents_Event.add_PaneUpdated(Events_OutputWindowEvents, > onupdated) > > and make sure that Events_OutputWindowEvents doesn't get collected. > > On Sun, Jun 26, 2011 at 04:23, Denis wrote: >> Hi >> I am trying to automating some boring task by writin

[Ironpython-users] Automating Visual Studio with IronPython

2011-06-26 Thread Denis
Hi I am trying to automating some boring task by writing macros for Visual Studio 2010. I am not a .NET nor C# expert, I work with C++ and have some Python background. So Python seemed more comfortable for me to do the task. What I got stuck on is receiving Visual Studio events. Some of them can b