Re: PInvike or Interop resources?
- From: "<ctacke/>" <ctacke[at]opennetcf[dot]com>
- Date: Mon, 10 Dec 2007 12:54:24 -0600
"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.
.
- References:
- PInvike or Interop resources?
- From: Pat O
- PInvike or Interop resources?
- Prev by Date: Re: PInvike or Interop resources?
- Next by Date: Xenocode and 0xc000007b
- Previous by thread: Re: PInvike or Interop resources?
- Next by thread: Re: PInvike or Interop resources?
- Index(es):
Loading