home *** CD-ROM | disk | FTP | other *** search
- // XLMATH.RC -- XLMATH Resource Files
- // Mathematics DLL for Excel 3.0
- // Written by Roy Kari
- // March 1992
-
- // these *must* be kept in synch with XLM_ERROR in XLMATH.H
- #define XLM_NO_TASK 0
- #define XLM_NO_MEMORY 1
- #define XLM_MEMORY_ERROR 2
- #define XLM_NOT_SQUARE 3
- #define XLM_NULL_TASK 4
- #define XLM_SMEM_ERROR 5
- #define XLM_RMEM_ERROR 6
-
- STRINGTABLE
- BEGIN
- XLM_NO_TASK,"Invalid task. Cannot initiate XLMATH"
- XLM_NO_MEMORY,"Out of memory"
- XLM_MEMORY_ERROR,"Memory error"
- XLM_NOT_SQUARE,"Symmetric matrix must be square"
- XLM_NULL_TASK,"Unable to find active task. Call InitXLMath!"
- XLM_SMEM_ERROR,"Internal memory error in ScratchPool"
- XLM_RMEM_ERROR,"Internal memory error in ReturnPool"
- END
-