RE: Experience hosting the CLR from native c++ ?



Hello Dave,

Have you yet looked at defining "#pragma managed" and "#pragma unmanaged" sections of code in C++? You can use these to generate a "mixed-mode" DLL which you can then load from C++.

This approach seems to work fine, although apparently NOT when the calling C++ is in a native lib loaded by Java JNI. Am trying to find out why...

Regards,

Keith

EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
.



Relevant Pages

  • Re: Veronica Mars season finale question
    ... You wouldn't think that would keep Keith from telling Veronica he's going to ... be delayed, either by calling her cell, calling the airport, or for cripes ... (It was interesting to see the outside of the office door for what I think ... Unless Cordy's promising to pay for V's entire college education if ...
    (rec.arts.tv)
  • Re: There is a new solo act group starting for anyone that is interested
    ... Nothing like stealing my exact words about you Keefy. ... As far as calling ... Keith, no intent to cause harm, I just needed a bit more sanity in my life. ... maybe you'll grow up and learn that insulting people ...
    (alt.guitar)
  • Re: why UndatistiedLinkError in JNI ?
    ... Following the instruction of java JNI official website, I succeeded in calling HelloWorld.cpp from Java. ... when I tried to call my C++ calculation which is called ... Exception in thread "main" java.lang.UnsatisfiedLinkError: ...
    (comp.lang.java.programmer)
  • Re: AMD offers no motherboard: why?
    ... Actually, Keith, I think you do. ... In everything he snipped you were either calling him a "maroon" or proving it. ...
    (comp.sys.ibm.pc.hardware.chips)
  • Re: Im out of touch it appears...??
    ... Keith, I for one enjoy posts about your kit and the things you've tried. ... calling and personal attacks that we see on here but there you go. ...
    (uk.rec.audio)

Loading