You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2007/02/28 14:04:04 UTC

[jira] Resolved: (AMQNET-40) Openwire code (from HEAD) doesn't compile on .Net 1.1 - uses sizeof(int)

     [ https://issues.apache.org/activemq/browse/AMQNET-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

james strachan resolved AMQNET-40.
----------------------------------

    Resolution: Fixed

resolved; I've just hard coded it to 4 for now :)

> Openwire code (from HEAD) doesn't compile on .Net 1.1 - uses sizeof(int)
> ------------------------------------------------------------------------
>
>                 Key: AMQNET-40
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-40
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>         Environment: Net 1.1
>            Reporter: Dan Haywood
>            Priority: Minor
>             Fix For: 1.0
>
>         Attachments: ActiveMQTextMessage.cs.diff, nant.build.diff
>
>
> sizeof(int) is unsafe code on Net-1.1.
> I've attached patches to put the code in unsafe { ... } block, plus fix to nant.build.  Same code also (still) compiles on 2.0.

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