unmanaged code calling managed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • swartzbill2000@yahoo.com

    #1

    unmanaged code calling managed

    Hello,
    Can unmanaged code (existing cygwin c dll) call into a class library
    created with VB.Net? If so, how?
    Bill

  • billsahiker@yahoo.com

    #2
    Re: unmanaged code calling managed

    Yes, but not unless the developer of the .net library enables it
    using the AllowPartiallyT rustedCallersAt tribute Class. msdn library
    covers this topic well.

    Bill

    On Mar 13, 4:47 pm, swartzbill2...@ yahoo.com wrote:
    Hello,
    Can unmanaged code (existing cygwin c dll) call into a class library
    created with VB.Net? If so, how?
    Bill

    Comment

    Working...