View Single Post
  #7  
Old 05-22-2012, 04:33 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Quote:
Originally Posted by Smokeynz View Post
What sort of restrictions is there at present for dll's?
Normally none.

Quote:
Actually how do you turn a cs script into a dll?
In Visual select Class Library, after entering code, generate the project. After that (without error) you will find the dll in "..\bin\Debug" (or ..\bin\Release depens on your Project settings) in the project directory.

Quote:
Kodiak, I see also you run multible occurances of a public static void ToChatBar
I thought this conflicted? How does it know which one to use?
I've overloaded the methods, they must differ in type or/and number of arguments. So the Compiler 'knows' which to use.
Reply With Quote