On Feb 13, 2:09 pm, Олег <
ovazh...@gmail.com> wrote:
> I think it should be possible to transfer data from c++ application to
> c# application running on the same machine. Probably "named pipe" can
> be used for that (however I don't know if c++ supports this feature).
>
> 2. Probably it would be better to use c++ quickfast version and
> transfer data to c# application using "named pipe" or other cross-
> application channel?
You don't need to use named pipes for this; just write a C++/CLI shim
that marshals the relevant data into the CLR.