www.digitalmars.com         C & C++   DMDScript  

c++.mfc - How To? Install MFC ATL DM

reply "James Kirkham" <JamesKirkham1 hotmail.com> writes:
I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar files.  I
am using Windows XP and want to know how to install the files they contain.
My dm folder is in the root of my c drive.  Thanks
Oct 13 2002
next sibling parent reply user domain.invalid writes:
James Kirkham wrote:
 I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar files.  I
 am using Windows XP and want to know how to install the files they contain.
 My dm folder is in the root of my c drive.  Thanks
 
 
Well those files are actually *.tar.gz files. Use Winzip (www.winzip.com) to extract those files. You may need to change de file extension from tar.gz to tgz before winzip recongnizes the file. Extract the file a folder called MFC.
Oct 13 2002
parent reply "James Kirkham" <JamesKirkham1 hotmail.com> writes:
I know how to use winzip and I can extract them.  I just want to know how to
install the files...

<user domain.invalid> wrote in message
news:aoc8gp$v5p$1 digitaldaemon.com...
 James Kirkham wrote:
 I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar files.
I
 am using Windows XP and want to know how to install the files they
contain.
 My dm folder is in the root of my c drive.  Thanks
Well those files are actually *.tar.gz files. Use Winzip (www.winzip.com) to extract those files. You may need to change de file extension from tar.gz to tgz before winzip recongnizes the file. Extract the file a folder called MFC.
Oct 13 2002
parent reply Jan Knepper <jan smartsoft.us> writes:
Basically anywhere should work. I think there is still a README.txt included in
the archive, but I am not sure.
I used to have them in the DM directory under ~/MFC5 and ~/ATL.
Right now I have them in a separate MS directory under ~/MFC/4.21 and
~/ATL/2.02.
Anything should works as long as you provide the proper INCLUDE and LIB path to
the compiler and linker.
Jan



James Kirkham wrote:

 I know how to use winzip and I can extract them.  I just want to know how to
 install the files...

 <user domain.invalid> wrote in message
 news:aoc8gp$v5p$1 digitaldaemon.com...
 James Kirkham wrote:
 I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar files.
I
 am using Windows XP and want to know how to install the files they
contain.
 My dm folder is in the root of my c drive.  Thanks
Well those files are actually *.tar.gz files. Use Winzip (www.winzip.com) to extract those files. You may need to change de file extension from tar.gz to tgz before winzip recongnizes the file. Extract the file a folder called MFC.
Oct 13 2002
parent reply "James Kirkham" <JamesKirkham1 hotmail.com> writes:
Im a complete noob, is there any chance for a step by step answer?
Basically I can extract to any folder but where to I set the paths.  Do I
have to do anything else?

"Jan Knepper" <jan smartsoft.us> wrote in message
news:3DA9BA17.F796207 smartsoft.us...
 Basically anywhere should work. I think there is still a README.txt
included in
 the archive, but I am not sure.
 I used to have them in the DM directory under ~/MFC5 and ~/ATL.
 Right now I have them in a separate MS directory under ~/MFC/4.21 and
 ~/ATL/2.02.
 Anything should works as long as you provide the proper INCLUDE and LIB
path to
 the compiler and linker.
 Jan



 James Kirkham wrote:

 I know how to use winzip and I can extract them.  I just want to know
how to
 install the files...

 <user domain.invalid> wrote in message
 news:aoc8gp$v5p$1 digitaldaemon.com...
 James Kirkham wrote:
 I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar
files.
 I
 am using Windows XP and want to know how to install the files they
contain.
 My dm folder is in the root of my c drive.  Thanks
Well those files are actually *.tar.gz files. Use Winzip (www.winzip.com) to extract those files. You may need to change de file extension from tar.gz to tgz before winzip recongnizes the file. Extract the file a folder called MFC.
Oct 13 2002
parent Jan Knepper <jan smartsoft.us> writes:
The INCLUDE path should be set to the 'include' (sub)directories.
The LIB path should be set to the 'lib' (sub)directories.
I think it is:
INCLUDE=~/MFC/include;~/ATL/include;
LIB=~/MFC/lib;

Jan



James Kirkham wrote:

 Im a complete noob, is there any chance for a step by step answer?
 Basically I can extract to any folder but where to I set the paths.  Do I
 have to do anything else?

 "Jan Knepper" <jan smartsoft.us> wrote in message
 news:3DA9BA17.F796207 smartsoft.us...
 Basically anywhere should work. I think there is still a README.txt
included in
 the archive, but I am not sure.
 I used to have them in the DM directory under ~/MFC5 and ~/ATL.
 Right now I have them in a separate MS directory under ~/MFC/4.21 and
 ~/ATL/2.02.
 Anything should works as long as you provide the proper INCLUDE and LIB
path to
 the compiler and linker.
 Jan



 James Kirkham wrote:

 I know how to use winzip and I can extract them.  I just want to know
how to
 install the files...

 <user domain.invalid> wrote in message
 news:aoc8gp$v5p$1 digitaldaemon.com...
 James Kirkham wrote:
 I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar
files.
 I
 am using Windows XP and want to know how to install the files they
contain.
 My dm folder is in the root of my c drive.  Thanks
Well those files are actually *.tar.gz files. Use Winzip (www.winzip.com) to extract those files. You may need to change de file extension from tar.gz to tgz before winzip recongnizes the file. Extract the file a folder called MFC.
Oct 14 2002
prev sibling parent reply "yochanan" <yochanan aquanet.co.il> writes:
Are later versions of MFC available on the web site?  If so, where?  I have
the DM 8.31 CD.

Thanks.

                       Yochanan Spielberg

"James Kirkham" <JamesKirkham1 hotmail.com> כתב
בהודעה:aobu2e$lgd$1 digitaldaemon.com...
 I have just downloded the 2 seperate MFC4.21.tar and ATL2.02.tar files.  I
 am using Windows XP and want to know how to install the files they
contain.
 My dm folder is in the root of my c drive.  Thanks
Mar 10 2003
parent reply "Walter" <walter digitalmars.com> writes:
"yochanan" <yochanan aquanet.co.il> wrote in message
news:b4ijmj$6uv$1 digitaldaemon.com...
 Are later versions of MFC available on the web site?
Not at the moment. There's some work I have to do on them first. -Walter
Mar 10 2003
parent reply "yochanan" <yochanan aquanet.co.il> writes:
bs'd

Thanks. Can you e-mail me a beta when available?



"Walter" <walter digitalmars.com> כתב
בהודעה:b4jrb5$cvc$1 digitaldaemon.com...
 "yochanan" <yochanan aquanet.co.il> wrote in message
 news:b4ijmj$6uv$1 digitaldaemon.com...
 Are later versions of MFC available on the web site?
Not at the moment. There's some work I have to do on them first. -Walter
Mar 20 2003
parent "Walter" <walter digitalmars.com> writes:
It'll apppear on the announcement newsgroup here.

"yochanan" <yochanan aquanet.co.il> wrote in message
news:b5cj5u$1ij8$1 digitaldaemon.com...
 bs'd

 Thanks. Can you e-mail me a beta when available?



 "Walter" <walter digitalmars.com> כתב
 בהודעה:b4jrb5$cvc$1 digitaldaemon.com...
 "yochanan" <yochanan aquanet.co.il> wrote in message
 news:b4ijmj$6uv$1 digitaldaemon.com...
 Are later versions of MFC available on the web site?
Not at the moment. There's some work I have to do on them first. -Walter
Mar 21 2003