| | |
| | | #define EPA2_2 //EPA2_0 |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Runtime.InteropServices; |
| | | using System.Text; |
| | | |
| | | |
| | | namespace Yw.EPAcore.Core |
| | | namespace Yw.EPAnet |
| | | { |
| | | |
| | | class HydraulicCoreBase |
| | |
| | | // 获取错误信息 |
| | | [DllImport(DLLName)] |
| | | public static extern int ENgeterror22(int projectID, int errcode, StringBuilder errmsg, int nchar); |
| | | |
| | | // 获取错误信息 |
| | | [DllImport(DLLName)] |
| | | public static extern int ENgetErrorMsg22(int projectID, StringBuilder errmsg, int nchar); |
| | | // 输出文件信息 |
| | | [DllImport(DLLName)] |
| | | public static extern int ENsaveinpfile22(int projectID, string filename); |