August 01, 2002
Does erase use MFC?
If so, which version?

Jan



Garrett Trant wrote:

> Walter
> Thanks for the tip. I believe Jan has newer versions of MFC available. I'll
> wait until
> then.
>
> Thanks for the reply.
>
> Garrett
> "Walter" <walter@digitalmars.com> wrote in message
> news:ai76uh$1i17$3@digitaldaemon.com...
> >
> > "Garrett Trant" <gtrant@-nospam-heidi.ie> wrote in message news:ai5sn0$2fhi$1@digitaldaemon.com...
> > > I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser
> >
> > Eraser is a pretty cool program. I think it's great that you're working on
> a
> > Digital Mars port of it.
> >
> > The problems you're having appear to be caused by dependencies on newer Windows SDK header files than are shipped with DMC. The easiest workaround is to create your own header, say, mywin32.h, and insert into it any
> missing
> > definitions needed by eraser. Then #include that file.
> >
> >

August 01, 2002
eraser will was compiled with VC6 and I have recompiled the current version with VC7. The VC6 version of MFC should work.

One of the errors is with CArray. I have downloaded the versions (4.21 Head) from the DM website and tried those.

Garrett

"Jan Knepper" <jan@smartsoft.cc> wrote in message news:3D498698.4502B2FB@smartsoft.cc...
> Does erase use MFC?
> If so, which version?
>
> Jan
>
>
>
> Garrett Trant wrote:
>
> > Walter
> > Thanks for the tip. I believe Jan has newer versions of MFC available.
I'll
> > wait until
> > then.
> >
> > Thanks for the reply.
> >
> > Garrett
> > "Walter" <walter@digitalmars.com> wrote in message
> > news:ai76uh$1i17$3@digitaldaemon.com...
> > >
> > > "Garrett Trant" <gtrant@-nospam-heidi.ie> wrote in message news:ai5sn0$2fhi$1@digitaldaemon.com...
> > > > I am the maintainer of an OpenSource product called Eraser see http://www.heidi.ie/eraser
> > >
> > > Eraser is a pretty cool program. I think it's great that you're
working on
> > a
> > > Digital Mars port of it.
> > >
> > > The problems you're having appear to be caused by dependencies on
newer
> > > Windows SDK header files than are shipped with DMC. The easiest
workaround
> > > is to create your own header, say, mywin32.h, and insert into it any
> > missing
> > > definitions needed by eraser. Then #include that file.
> > >
> > >
>


1 2
Next ›   Last »