Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Does anyone still use MFC libraries in DMC?
Just curious - since I am about to start a new project with a Medical Equipment company, I need to develop programs on both the Win32 platform and embedded NEC microcontrollers. The company is asking for it to be developed VC++ 6.0 and also thinking of switching to Windows CE compatible embedded micros. I am trying to avoid VC because I haven't downloaded service pack 5 yet. I like to know anyone has ported MFC 6 in DMC already or I should switch to ATL. Kar Gay Lim Mar 08 2001
No MFC 6.0 port yet. I have been working on it, but never got the time to finish it. Walter just got a license worked out with Microsoft, so now we can offer MFC 4.21 for download again. It just became available today. If there are others besides us interested in MFC 6.0 I might get back to it, but for now I have let it at the state where is it is for over a year if not two. Jan Kar Gay Lim wrote:Just curious - since I am about to start a new project with a Medical Equipment company, I need to develop programs on both the Win32 platform and embedded NEC microcontrollers. The company is asking for it to be developed VC++ 6.0 and also thinking of switching to Windows CE compatible embedded micros. I am trying to avoid VC because I haven't downloaded service pack 5 yet. I like to know anyone has ported MFC 6 in DMC already or I should switch to ATL. Kar Gay Lim Mar 08 2001
Jan Knepper <jan smartsoft.cc> wrote in message news:3AA86DAF.2BF32E18 smartsoft.cc...No MFC 6.0 port yet. I have been working on it, but never got the time to finish it. Walter just got a license worked out with Microsoft, so now we can offer MFC 4.21 for download again. It just became available today. Mar 09 2001
Kar Gay Lim wrote:Jan Knepper <jan smartsoft.cc> wrote in message news:3AA86DAF.2BF32E18 smartsoft.cc...No MFC 6.0 port yet. I have been working on it, but never got the time to finish it. Walter just got a license worked out with Microsoft, so now we can offer MFC 4.21 for download again. It just became available today. Mar 10 2001
Jan Knepper wrote in message <3AAA248F.538B4C18 smartsoft.cc>...Kar Gay Lim wrote:I guess I could experiment with DMC to see if I can use dynamically link MFC project. That again depends on the binary .obj format yet to be converted... Mar 10 2001
I never tried COFF2OMF on a C++ library... It works on C libraries though. Besides that... For MFC 6.0 you will have to be able to get the header files through the compiler and that requires a ton of changes. Jan Walter wrote:Jan Knepper wrote in message <3AAA248F.538B4C18 smartsoft.cc>...Kar Gay Lim wrote:I guess I could experiment with DMC to see if I can use dynamically link MFC project. That again depends on the binary .obj format yet to be converted... Mar 12 2001
"Kar Gay Lim" <kagay kimay.net> wrote in message news:98c2qb$8sq$1 digitaldaemon.com...It is like back in Borland C++ again. While BC++ claims to support MFC but individual must own VC++ to be able to use MFC. Mar 12 2001
|