| Sometime back I had enquired about this file.
I found it.
Now, how do I get rid of it?
> #ifndef __AFX_H__
> #define __AFX_H__
>
> #ifndef __cplusplus
> #error MFC requires C++ compilation (use a .cpp suffix)
> #endif
>
> /////////////////////////////////////////////////////////////////////////////
>
> #ifdef _AFX_MINREBUILD
> #pragma component(minrebuild, off)
> #endif
> #ifndef _AFX_FULLTYPEINFO
> #pragma component(mintypeinfo, on)
> #endif
>
> #include // Target version control
>
> #ifndef _AFX_NOFORCE_LIBS
>
> /////////////////////////////////////////////////////////////////////////////
> // Win32 libraries
>
> #ifndef _AFXDLL
> #ifndef _UNICODE
> #ifdef _DEBUG
> #pragma comment(lib, "nafxcwd.lib")
> #else
> #pragma comment(lib, "nafxcw.lib")
> #endif
> #else
> #ifdef _DEBUG
> #pragma comment(lib, "uafxcwd.lib")
> #else
> #pragma comment(lib, "uafxcw.lib")
> #endif
> #endif
>
__________________________________________
NetZero - Defenders of the Free World
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html
-- |