0
Answer

dll

Photo of sarada

sarada

16y
2.7k
1

hi
when calling a dll static,i.e, i am calling dll in program as
 [DllImport("Connector.dll")]
 public static extern bool initialize(int MaxConcurrentCalls);
is there need to attach the Connector.dll in application folder.When i am not including it is not working.Then what is the use of calling dll static.