You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Mary hinton (JIRA)" <ji...@apache.org> on 2012/11/07 20:16:14 UTC

[jira] [Created] (PROTON-124) Porting Issue -- Visual Studio requires WSAStartup() and WSACleanup() to initialize\cleanup the Windows socket dll

Mary hinton created PROTON-124:
----------------------------------

             Summary: Porting Issue -- Visual Studio requires WSAStartup() and WSACleanup() to initialize\cleanup the Windows socket dll
                 Key: PROTON-124
                 URL: https://issues.apache.org/jira/browse/PROTON-124
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c
         Environment: Windows using Visual Studio 2010
            Reporter: Mary hinton


Put the WSAStartup code in pn_driver() and the WSACleanup() code in pn_driver_free().
Used a _WINDOWS macro around the Windows code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PROTON-124) Porting Issue -- Visual Studio requires WSAStartup() and WSACleanup() to initialize\cleanup the Windows socket dll

Posted by "Mary hinton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTON-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500504#comment-13500504 ] 

Mary hinton commented on PROTON-124:
------------------------------------

test
                
> Porting Issue -- Visual Studio requires WSAStartup() and WSACleanup() to initialize\cleanup the Windows socket dll
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: PROTON-124
>                 URL: https://issues.apache.org/jira/browse/PROTON-124
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>         Environment: Windows using Visual Studio 2010
>            Reporter: Mary hinton
>         Attachments: WinSockets.patch
>
>
> Put the WSAStartup code in pn_driver() and the WSACleanup() code in pn_driver_free().
> Used a _WINDOWS macro around the Windows code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-124) Porting Issue -- Visual Studio requires WSAStartup() and WSACleanup() to initialize\cleanup the Windows socket dll

Posted by "Mary hinton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mary hinton updated PROTON-124:
-------------------------------

    Attachment: WinSockets.patch

Attached file is for initialization and cleanup of the Windows socket dll.

It can also be viewed here:
https://github.com/MaryDHinton/qpid-proton/compare/protonWin
                
> Porting Issue -- Visual Studio requires WSAStartup() and WSACleanup() to initialize\cleanup the Windows socket dll
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: PROTON-124
>                 URL: https://issues.apache.org/jira/browse/PROTON-124
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>         Environment: Windows using Visual Studio 2010
>            Reporter: Mary hinton
>         Attachments: WinSockets.patch
>
>
> Put the WSAStartup code in pn_driver() and the WSACleanup() code in pn_driver_free().
> Used a _WINDOWS macro around the Windows code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira