Hi:
I have a rather large program written using Visual C++ 6.0. It is a dialog-based MFC application.
I've made the switch to Visual C++ .NET 2003 now, and would like some opinions on the following predicament:
I would like to use some third-party NET Winform objects...an Iocomp Software produced plot pack and a Graphics Server Technologies produced plot pack. My options are 1) to figure out a way to drop these objects into an MFC application and access their built-in functions OR 2) rewrite my entire application as a Windows Form application.
I'd appreciate any input I can get about which you all think is a better option.
Thanks...
I have a rather large program written using Visual C++ 6.0. It is a dialog-based MFC application.
I've made the switch to Visual C++ .NET 2003 now, and would like some opinions on the following predicament:
I would like to use some third-party NET Winform objects...an Iocomp Software produced plot pack and a Graphics Server Technologies produced plot pack. My options are 1) to figure out a way to drop these objects into an MFC application and access their built-in functions OR 2) rewrite my entire application as a Windows Form application.
I'd appreciate any input I can get about which you all think is a better option.
Thanks...