Quote:
Originally Posted by Smokeynz
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.