Re: PInvike or Interop resources?



"How it works" is really broad. There are lots of online resources for
everything from basic P/Invoke handling to the more esoteric and complex.
If you have a more specific question we may be able to help.

One that comes to mind (becasue I wrote it) is this one:
http://blog.opennetcf.org/ctacke/PermaLink,guid,4fc2eb64-c1e4-4e10-a441-2a98d5107729.aspx

There is no way to debug stepping across the boundary from the managed to
native debugger. I typically debug one end then the other or use two
instances of Studio, process attachment and DebugBreak calls.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com



"Pat O" <pdohara@xxxxxxxxx> wrote in message
news:61271915-9bf6-4448-8805-a708545c5496@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am writting/maintaining a native library that will be used by .Net
code as well. This is not a COM library. Is there a good source of
information on how PInvoke works with native libraries? I have been
trying things to figure out how they work. I am also wondering if
there is a way to run the native debugger when the starting executable
is a .Net app?

Pat O
Cognex, Corp.


.


Loading