0
Reply

dll

sarada

sarada

May 30 2009 12:42 AM
2.3k

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.