Menu

#2 Better COM server support

closed-accepted
None
5
2003-07-24
2003-07-12
No

Here is a patch that adds COM server support to
distutils. Both exe and dll are supported. Of note:

* First cut etc.
* Start.c had a couple of bugs wrt realloc(). I traced
under the debugger, and it appears that adding 2 bytes
to the size does not change the pointer, hence we never
saw it. I cleaned that up.
* I nearly did things a little differently, so some C
changes may not be necessary - but they still seem
worthwhile.

Discussion

  • Mark Hammond

    Mark Hammond - 2003-07-12

    main patch

     
  • Mark Hammond

    Mark Hammond - 2003-07-12

    py2exe/boot_com_servers.py

     
  • Mark Hammond

    Mark Hammond - 2003-07-12

    source/run_dll.c

     
  • Mark Hammond

    Mark Hammond - 2003-07-12

    source/run_dll.def

     
  • Mark Hammond

    Mark Hammond - 2003-07-12

    samples/com_server/setup_interp.py

     
  • Mark Hammond

    Mark Hammond - 2003-07-12

    samples/com_server/test_interp.vbs

     
  • Mark Hammond

    Mark Hammond - 2003-07-13
    • assigned_to: nobody --> theller
     
  • Thomas Heller

    Thomas Heller - 2003-07-24

    Logged In: YES
    user_id=11105

    Checked in with small changes.
    Thanks, Mark!

     
  • Thomas Heller

    Thomas Heller - 2003-07-24
    • status: open --> closed-accepted
     

Log in to post a comment.