0
Answer

dll

sarada

sarada

15y
2.3k
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.