place dll in same folder and import or what? i have the programming experience but new to C# and needed to fix something asap. thanks for your feedbacks in advance .
References tab in the solution explorer. Add reference and drop your dll there. Then add your dlls namespace and u can use its types
Is it work only for clr dll's? Usual dll's doesn't have types, only exported functions
Yes. In CLR they are also called a class library. Creation/Programming process is similar as simple console project except the fact you don't have main() entry point
Обсуждают сегодня