예제 #1
0
 public static extern void put_logfunc(int lp, logfunc newlog, int loghandle);
예제 #2
0
 public static extern void put_logfunc(IntPtr lp, logfunc newlog, int loghandle);
예제 #3
0
 public void put_logfunc(logfunc newlog, IntPtr loghandle)
 {
     Interop.put_logfunc(_lp, newlog, loghandle);
 }
예제 #4
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern void put_logfunc(int lp, logfunc newlog, int loghandle);
예제 #5
0
파일: lpsolve55.cs 프로젝트: hirous/test
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern void put_logfunc(int lp, logfunc newlog, int loghandle);