Thread overview
How To? Install MFC ATL DM
Oct 13, 2002
James Kirkham
Oct 13, 2002
user
Oct 13, 2002
James Kirkham
Oct 13, 2002
Jan Knepper
Oct 13, 2002
James Kirkham
Oct 14, 2002
Jan Knepper
Mar 10, 2003
yochanan
Mar 11, 2003
Walter
Mar 20, 2003
yochanan
Mar 21, 2003
Walter
October 13, 2002
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


October 13, 2002
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.

October 13, 2002
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.
>


October 13, 2002
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.
> >

October 13, 2002
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.
> > >
>


October 14, 2002
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.
> > > >
> >

March 10, 2003
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
>
>


March 11, 2003
"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


March 20, 2003
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
>
>


March 21, 2003
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
> >
> >
>
>