unmamaged dll call

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?VG9kZA==?=

    unmamaged dll call

    I have and unmamage c++ dll writing in c++ 6.0 and I'm calling it from my c#
    dot net 2.0 application. the structure of the C++ dll is int getParm(char*
    str, char* str2).
    it works fine in dot net 1.1 but not in dot net 2.0 so that leads me to
    believe that dot net 2.0 change the way they handle unmamage char * dll calls
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: unmamaged dll call

    Todd,

    No, not really, but without knowing how you are calling it, or what the
    code does when you call it, it's hard to tell.

    Can you give some more information?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Todd" <Todd@discussio ns.microsoft.co mwrote in message
    news:A43A88CC-57CA-4A69-9564-C4CBDA2D9A30@mi crosoft.com...
    >I have and unmamage c++ dll writing in c++ 6.0 and I'm calling it from my
    >c#
    dot net 2.0 application. the structure of the C++ dll is int getParm(char*
    str, char* str2).
    it works fine in dot net 1.1 but not in dot net 2.0 so that leads me to
    believe that dot net 2.0 change the way they handle unmamage char * dll
    calls

    Comment

    Working...