You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Joe Moore <jm...@novalistech.com> on 2001/01/09 16:49:12 UTC

MFC header in .rc file?

I've never really liked MFC and, since we don't use it here, I thought I'd 
save a bit of space and not install it as part of my MSVC6 install. 
However, after downloading XercesC 1.3, I find that Versions.rc includes 
afxres.h. (If it was there before, I hadn't noticed.) Is there any 
particular reason why a dll which does not have any interface whatsoever 
needs an MFC header? If so, please enlighten me. If not, I'll see if I can 
get the time to look at removing it.

Please reply to this address as well as I don't subscribe to this list 
anymore. Thanks.

    - Joe

Joe Moore, GIS Software Developer, NovaLIS Technologies, Halifax, NS, Canada
http://www.novalistech.com   mailto:jmoore@novalistech.com   phone: (902) 
425-1800 x243

The scientific approach to the examination of phenomena
is a defence against the pure emotion of fear.
    - Tom Stoppard, "Rosencrantz and Guildenstern Are Dead"


RE: MFC header in .rc file?

Posted by Joe Pruitt <j....@f5.com>.
Just change afxres.h to winres.h.  VC in it's project creation uses afxres.h by default.  This should probably be changed in the
distribution as there is no other mfc dependencies in the parser that I can find.

-Joe

> -----Original Message-----
> From: Joe Moore [mailto:jmoore@novalistech.com]
> Sent: Tuesday, January 09, 2001 7:49 AM
> To: xerces-c-dev@xml.apache.org
> Subject: MFC header in .rc file?
>
>
> I've never really liked MFC and, since we don't use it here, I thought I'd
> save a bit of space and not install it as part of my MSVC6 install.
> However, after downloading XercesC 1.3, I find that Versions.rc includes
> afxres.h. (If it was there before, I hadn't noticed.) Is there any
> particular reason why a dll which does not have any interface whatsoever
> needs an MFC header? If so, please enlighten me. If not, I'll see if I can
> get the time to look at removing it.
>
> Please reply to this address as well as I don't subscribe to this list
> anymore. Thanks.
>
>     - Joe
>
> Joe Moore, GIS Software Developer, NovaLIS Technologies, Halifax, NS, Canada
> http://www.novalistech.com   mailto:jmoore@novalistech.com   phone: (902)
> 425-1800 x243
>
> The scientific approach to the examination of phenomena
> is a defence against the pure emotion of fear.
>     - Tom Stoppard, "Rosencrantz and Guildenstern Are Dead"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org