R
Ryan Knopp
Do I have to compile a class to be able to import it into another source?
Can I do something like
include System;
include System.IO;
include Language; <-- language is a Language.cs file. Does this file
need to be a dll or can i just include the source? I get compile errors
doing this but maybe there was a way around it.
thanks
ryan K
Can I do something like
include System;
include System.IO;
include Language; <-- language is a Language.cs file. Does this file
need to be a dll or can i just include the source? I get compile errors
doing this but maybe there was a way around it.
thanks
ryan K