Hi Pavel:
I need WinForm to make a good-looking UI (provided by artists).
I also have a C++ network library done by the other team. and 2 game
applications.
Combine all these. I should make a portal / lobby application for
match-making.
Is C++/CLI is the only solution?
thank you.
steve
"Pavel Minaev" <
[email protected]>
???????:
[email protected]...
I am working on an application that needs fancy UI. That's why I select C#
form instead of MFC.
But all functionalities are done in C++. How do I combine them together?
Managed C++ would cause too much effert to change. Besides, I need to
spend
time to learn it.
First of all, it's C++/CLI now, not Managed C++. Those are two very
different things, and MC++ is deprecated.
Second, if you merely want to use WinForms (and visual designer, etc),
you don't need C# at all. You can do it all completely in C++/CLI.
And finally, if you're unwilling to learn C++/CLI, then there's really
nothing else I can recommend to you. That language was designed
precisely for situations such as you describe, and allows you to do
what you want with minimal effort. If you aren't even willing to take
that effort, then I don't see how else it is possible to help you
there.