#pragma once class CWellSymbolLibUtility { public: CWellSymbolLibUtility(); ~CWellSymbolLibUtility(); protected: void InitSymbolLib(CString strfile); }; extern AFX_EXT_API void AfxSetGlobalWellXy(CXy* pXy); extern AFX_EXT_API CXy * AfxGetGlobalWellXy(); extern AFX_EXT_API void AfxReleaseGlobalWellXy();