sarada

sarada

  • NA
  • 34
  • 0

dll

May 30 2009 12:42 AM

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.