Hi again

On 2011.05.17 17:06, Aaron Knabb wrote:
If I made a library with those callable wrappers, I can't then reference a dll in eclipse can I? I'm not quite sure how to put these pieces together.
I'm not sure (haven't worked with eclipse + android), but I guess whole ecosystem should take care of it.
The concept is similar like
    Runtime Callable Wrappers
http://msdn.microsoft.com/en-us/library/8bwh56xe.aspx
    and
    COM Callable Wrappers
http://msdn.microsoft.com/en-us/library/f07c8z1c.aspx

So for You java should play COM role... So .net code would be exposed to java (COM). If this could be used outside Android environment (if that is whyat You asked) I'm not sure. I guess not (name says Android Callable Wrapper, so it shouldn't be possible to share it across
other projects/platforms)

regards

mel


-Aaron

***This e-mail message is intended only for the named recipient(s) above. It may contain information that is confidential and/or privileged and protected by applicable trade-secret law. If you are not the intended recipient, you are hereby notified that any review, dissemination, disclosure, distribution or copying of this e-mail and any attachment(s) is prohibited. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete this e-mail and any attachment(s) from your system.***


On Tue, May 17, 2011 at 8:58 AM, Miljenko Cvjetko <mcvje...@holisticware.net <mailto:mcvje...@holisticware.net>> wrote:

    Hi

    Yes if You make them Android Callable Wrappers like in .net COM
    Callable
    Wrappers

    See
    http://mono-android.net/Documentation/Architecture/Android_Callable_Wrappers

    Android callable wrappers are needed any time the Android runtime
    needs
    to invoke managed code, and are required because there is no way to
    register classes with Dalvik at runtime.
    Android callable wrappers thus make up for the lack of runtime type
    registration support.


    regards

    mel

    On 2011.05.17 14:17, jogy wrote:
    > If I build a class library using MonoDroid can that then be
    called by a
    > native developer?
    >
    > --
    > View this message in
    
context:http://mono-for-android.1047100.n5.nabble.com/Calling-a-MonoDroid-library-from-native-Java-tp4403364p4403364.html
    > Sent from the Mono for Android mailing list archive at Nabble.com.
    > _______________________________________________
    > Monodroid mailing list
    > Monodroid@lists.ximian.com <mailto:Monodroid@lists.ximian.com>
    >
    > UNSUBSCRIBE INFORMATION:
    > http://lists.ximian.com/mailman/listinfo/monodroid


    --
    Miljenko Cvjetko dipl.ing. ET
           Direktor/CEO
           Projektant rješenja/Solution Architect
           Razvojni programer/Senior developer
           Voditelj projekta/Project Manager

    IX južna obala 13
    Kajzerica Zagreb
    T: 385 1 7775555
    M: 385 91 557 447 3
    F: 385 1 7779556
    e:mcvje...@holisticware.net <mailto:e%3amcvje...@holisticware.net>
    w:www.holisticware.com <http://www.holisticware.com>

    _______________________________________________
    Monodroid mailing list
    Monodroid@lists.ximian.com <mailto:Monodroid@lists.ximian.com>

    UNSUBSCRIBE INFORMATION:
    http://lists.ximian.com/mailman/listinfo/monodroid




--
Miljenko Cvjetko dipl.ing. ET
        Direktor/CEO
        Projektant rješenja/Solution Architect  
        Razvojni programer/Senior developer
        Voditelj projekta/Project Manager

IX južna obala 13
Kajzerica Zagreb
T: 385 1 7775555
M: 385 91 557 447 3
F: 385 1 7779556
e:mcvje...@holisticware.net
w:www.holisticware.com
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to