Original Post
Hi, I have an application that does some fairly intensive CPU-centric processing in C++ using SSE extensions. I want to create a GUI interface to this backend, but I wanted your opinion on whether to use MFC or C# Winforms. I have used both and believe (as most of you will) that winforms is much easier. However, I haven't used P/Invoke much (since the C++ code is in a DLL) and wonder if it's worth the hassle. Many thanks for your input, MrCoolsman