E
EchoRev
Hi all, this is my first post and if I'm honest its not a particularly
new one but here goes
I've read on several different sites on the web about calling unmanaged
c++ code from within a c# smart device application. Most of these
articles have been geared toward using standard visual c++.
The method that I want to call is within a library complied to run
under embedded visual c++, the issue that keeps coming up when ever I
try to run the complier is that it doesn't seem to understand the
__nogc or __gc tags respectively (Garbage Collection)
Does anyone know of any good points (or links) that they could throw in
my direction on how best to achieve this.
Thank you for your time
new one but here goes
I've read on several different sites on the web about calling unmanaged
c++ code from within a c# smart device application. Most of these
articles have been geared toward using standard visual c++.
The method that I want to call is within a library complied to run
under embedded visual c++, the issue that keeps coming up when ever I
try to run the complier is that it doesn't seem to understand the
__nogc or __gc tags respectively (Garbage Collection)
Does anyone know of any good points (or links) that they could throw in
my direction on how best to achieve this.
Thank you for your time