Click here to Skip to main content
15,912,578 members

Comments by Jeetha P J (Top 1 by date)

Jeetha P J 4-Sep-13 23:40pm View    
Hi

I have done the same.But for me its showing EntrypointnotFound exception

[DllImport("MathFuncsDll.dll", CallingConvention = CallingConvention.Cdecl, EntryPoint = "Add")]
public static extern double Add(double a, double b);

Please help.Its urgent.

Jeetha