Create a DLL in C# and use it's metods in VC++ 6.0

teixeira

Well-known member
Joined
Apr 5, 2005
Messages
94
Location
LEIRIA-PORTUGAL
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
 
ok, thats what i thought about a com object, but i just know program in C# an VB.net ;-(, im newbie in this.
Is it possible for you to specify how can I invoke the methods in my dll, through VC++?
 
Back
Top