win32 icon indicating copy to clipboard operation
win32 copied to clipboard

Demonstrate Dart calling into a .NET component via a CCW

Open timsneath opened this issue 4 years ago • 3 comments

Good suggestion from @escamoteur.

Requires:

  • Add support for remaining COM Callable Wrapper interfaces (https://docs.microsoft.com/en-us/dotnet/standard/native-interop/com-callable-wrapper)
  • Create a trivial component in C# or similar, and create a tlb for it
  • Create a demo app that calls the C# component from Dart
  • Test, document and publish

timsneath avatar Sep 23 '20 04:09 timsneath

#111 takes care of the first one of these. Now to try it out.

timsneath avatar Sep 23 '20 04:09 timsneath

Hey @timsneath!

Any ETA on the remaining steps?

Thanks.

RustamG avatar Aug 06 '21 17:08 RustamG

Afraid not. I put this down to work on some other cool Win32 package-related things, and I haven't had a chance to pick it up again. I've marked it as 'help wanted' in case there are others who have the time to look at this specifically.

timsneath avatar Aug 09 '21 22:08 timsneath