You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2010/10/08 23:40:30 UTC

[jira] Created: (QPID-2895) Qpid Windows .NET Binding does not work in release mode

Qpid Windows .NET Binding does not work in release mode
-------------------------------------------------------

                 Key: QPID-2895
                 URL: https://issues.apache.org/jira/browse/QPID-2895
             Project: Qpid
          Issue Type: Bug
    Affects Versions: 0.7
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


.NET applications built in Release or RelWithDebInfo mode fail immediately with a access violation when calling org.apache.qpid.messaging dll functions. The problem is that the Release mode dll is build with links to the MSVC debug runtime libraries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2895) Qpid Windows .NET Binding does not work in release mode

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

Chuck Rolke updated QPID-2895:
------------------------------

    Attachment: qpid-cpp_dotnet-binding-release-fix.patch

Based at qpid/cpp, this patch resolves the Release mode crashes. Also, this patch gets rid of the 'Any CPU' and 'Mixed Platforms' build targets and adds the Apache license block to affected projects.

> Qpid Windows .NET Binding does not work in release mode
> -------------------------------------------------------
>
>                 Key: QPID-2895
>                 URL: https://issues.apache.org/jira/browse/QPID-2895
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: 0.7
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>         Attachments: qpid-cpp_dotnet-binding-release-fix.patch
>
>
> .NET applications built in Release or RelWithDebInfo mode fail immediately with a access violation when calling org.apache.qpid.messaging dll functions. The problem is that the Release mode dll is build with links to the MSVC debug runtime libraries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-2895) Qpid Windows .NET Binding does not work in release mode

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

Chuck Rolke resolved QPID-2895.
-------------------------------

    Resolution: Fixed

> Qpid Windows .NET Binding does not work in release mode
> -------------------------------------------------------
>
>                 Key: QPID-2895
>                 URL: https://issues.apache.org/jira/browse/QPID-2895
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: 0.7
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>         Attachments: qpid-cpp_dotnet-binding-release-fix.patch
>
>
> .NET applications built in Release or RelWithDebInfo mode fail immediately with a access violation when calling org.apache.qpid.messaging dll functions. The problem is that the Release mode dll is build with links to the MSVC debug runtime libraries.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org