OpenNETCF Advanced Debugging Toolkit

  • Thread starter Thread starter ink
  • Start date Start date
What instructions are you after? You build it and put it in the same folder
as your app, then when you P/Invoke coredll.dll, the methods in it get
called and marshaled over to user32, kernel32 or wherever is appropriate.

It's a start at a library to create a working coredll.dll for the PC. If we
ever get it done (it's languished for a long time) the theory is that CF
applications that use P/Invokes to coredll.dll would be able to run without
recompile on the PC.
 
Back
Top