Re: MFC vs .NET



I wanted to create a function in c++ that does the time critical task and
call it in a c# app
and with just one call have the task done because many calls to unmanaged
will reduce performance due to marshalling i guess!?

This would not be an issue if you are all managed. Why do you even want
to keep unmanaged c++ in this case?

---
Ajay

.


Loading