Exemple #1
0
 public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);
 public static extern void put_msgfunc(IntPtr lp, msgfunc newmsg, int msghandle, int mask);
Exemple #3
0
 public void put_msgfunc(msgfunc newmsg, IntPtr msghandle, int mask)
 {
     Interop.put_msgfunc(_lp, newmsg, msghandle, mask);
 }
Exemple #4
0
 [DllImport("lpsolve55.dll", SetLastError = true)] public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);
Exemple #5
0
 [DllImport("lpsolve55.dll", SetLastError=true)] public static extern void put_msgfunc(int lp, msgfunc newmsg, int msghandle, int mask);