teixeira Posted January 5, 2006 Posted January 5, 2006 Hi all, I want develop a DLL in C# and make it possible to use in an old VC++ 6.0 application. How can i do it? This dll will be created with the purpose to access to a SQL SERVER EXPRESS database and return some values, and that values will be used in my VC++ 6.0 old application. Any help will be greatfull, Thanks in advance, Tiago Teixeira Quote
HJB417 Posted January 6, 2006 Posted January 6, 2006 C# dlls will be treated as com objects. It might be easier to write the dll using c++.net. Quote
teixeira Posted January 6, 2006 Author Posted January 6, 2006 ok, that's what i thought about a com object, but i just know program in C# an VB.net ;-(, i'm newbie in this. Is it possible for you to specify how can I invoke the methods in my dll, through VC++? Quote
Recommended Posts