---------------------- Forwarded by Andy Heninger/Cupertino/IBM on 12/09/99
06:07 PM ---------------------------
Dean Roddey
12/09/99 06:04 PM
To: [EMAIL PROTECTED]@internet
cc: Andy Heninger/Cupertino/[EMAIL PROTECTED]
From: Dean Roddey/Cupertino/[EMAIL PROTECTED]
Subject: Re: [PATCH] For VC6 (Document link: Andy Heninger)
Joe, thanks for the suggestion. However, if you use IDE to manage the
resources (and we do and want customers to be able to do so as well), VC++
will always put afxres.h back into the RC file. This would require a
re-edit after every modification of resources via the IDE. Given that
either way would require work, and that the vast majority of people would
have MFC installed, and we want to explain how to make things work to the
least number of people possible, we will probably leave it as is and let
those folks who don't have MFC do the edit themselves.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
From: Andy Heninger on 12/09/99 05:26 PM
To: Dean Roddey/Cupertino/[EMAIL PROTECTED]
cc:
From: Andy Heninger/Cupertino/[EMAIL PROTECTED]
Subject: [PATCH] For VC6
-- Andy Heninger
IBM Center for Java Technology, Cupertino, CA
[EMAIL PROTECTED]
---------------------- Forwarded by Andy Heninger/Cupertino/IBM on 12/09/99
05:26 PM ---------------------------
"Gregorio, Joe" <[EMAIL PROTECTED]> on 12/08/99 04:06:38 AM
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: [PATCH] For VC6
This will allow xerces to be built with an install of
VC6 where MFC has not been installed. Afxres.h
is only present when MFC has been installed.
--- orig/Version.rc Wed Dec 08 06:38:46 1999
+++ Version.rc Wed Dec 08 06:38:59 1999
@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include "windows.h"
////////////////////////////////////////////////////////////////////////////
/
P.S. Please let me know if I have done this incorrectly, as this
is my first patch submission.
Thanks,
-joe
-----------------------------------------------
Joe Gregorio [EMAIL PROTECTED]
Project Engineer MTS Systems Corporation