www.digitalmars.com         C & C++   DMDScript  

c++.mfc - Should I recompile the MFC?

reply "danny" <danny rol.com.cn> writes:
I download the MFC4.21.zip, it contain headers and source.
Should I use mfc42.dll directly which already in my win2000?
I use implib mfc42.dll to construct a mfc.lib, and link my app
with it, but got some error.
I want know if this can work or I must rebuild MFC through source code?
Jul 07 2003
parent reply "Walter" <walter digitalmars.com> writes:
"danny" <danny rol.com.cn> wrote in message
news:bed99t$1nv3$1 digitaldaemon.com...
 I download the MFC4.21.zip, it contain headers and source.
 Should I use mfc42.dll directly which already in my win2000?
 I use implib mfc42.dll to construct a mfc.lib, and link my app
 with it, but got some error.
 I want know if this can work or I must rebuild MFC through source code?
If you get the CD, you get the MFC libraries built and ready to use. www.digitalmars.com/shop.html
Jul 07 2003
parent reply "danny" <danny readchina.com> writes:
"Walter" <walter digitalmars.com> wrote in message
news:bedfse$1u5d$1 digitaldaemon.com...
 I download the MFC4.21.zip, it contain headers and source.
 Should I use mfc42.dll directly which already in my win2000?
 I use implib mfc42.dll to construct a mfc.lib, and link my app
 with it, but got some error.
 I want know if this can work or I must rebuild MFC through source code?
If you get the CD, you get the MFC libraries built and ready to use. www.digitalmars.com/shop.html
Do you mean I can't use MFC without the CD? I just want to study MFC with dmc++ because VC is too expensive for me.
Jul 07 2003
parent "Walter" <walter digitalmars.com> writes:
"danny" <danny readchina.com> wrote in message
news:bedmsk$24kc$1 digitaldaemon.com...
 "Walter" <walter digitalmars.com> wrote in message
 news:bedfse$1u5d$1 digitaldaemon.com...
 I download the MFC4.21.zip, it contain headers and source.
 Should I use mfc42.dll directly which already in my win2000?
 I use implib mfc42.dll to construct a mfc.lib, and link my app
 with it, but got some error.
 I want know if this can work or I must rebuild MFC through source
code?
 If you get the CD, you get the MFC libraries built and ready to use.
 www.digitalmars.com/shop.html
Do you mean I can't use MFC without the CD?
No, but it's a lot easier with the CD.
 I just want to study MFC with dmc++ because
 VC is too expensive for me.
The DMC++ CD is only $25.
Jul 08 2003