c# - vcvars32 errors out trying to compile class into dll

egmix

New Member
I'm trying to compile a c# class (myClass, which implements ImyInterface) into a dll using vcvars32.I get error CS0246: The type or namespace name 'ImyInterface' could not be found (are you missing a using directive or an assembly reference?).Has anybody ran into this problem?
 
Back
Top