www.digitalmars.com         C & C++   DMDScript  

c++.mfc - MFC y DIGITAL MARS

reply "Borja Torres" <torresborja hotmail.com> writes:
It's really Digital Mars compatible with MFC?
Can I import Visual C++ MFC projects to Digital Mars C++ without problems?
If it's afirmative, how can I do? There are any tools in Digital Mars's CD
for this?

Excuse me by my english but I'm from Spain and y speak a little english.

Thank's
Jul 17 2003
parent "Walter" <walter digitalmars.com> writes:
"Borja Torres" <torresborja hotmail.com> wrote in message
news:bf60as$1n0m$1 digitaldaemon.com...
 It's really Digital Mars compatible with MFC?
Yes. In fact, the DMC++ CD ships with both 16 and 32 bit MFC's.
 Can I import Visual C++ MFC projects to Digital Mars C++ without problems?
All I can say is, it depends, on which version of MFC you're using, if you're using any features unique to that version, or if you use any features unique to VC++.
 If it's afirmative, how can I do? There are any tools in Digital Mars's CD
 for this?
Generate a makefile for your project. Then use DMC++'s smake, which is compatible with nmake. You'll need to make adjustments to the paths and command line switches.
 Excuse me by my english but I'm from Spain and y speak a little english.
Your english is fine!
 Thank's
You're welcome.
Jul 21 2003