Re: Calling VB.NET DLL from VC++
- From: "kali charan polnati" <kalicp@xxxxxxxxxxxx>
- Date: Fri, 6 Jul 2007 00:27:39 -0500
Actually we have one developed product which will idintify only VC++6.0 . So
we have to stick with VC++6.0. is there any way to call vb.net method form
VC++6.0. I made VB.Net application (dll) as Make com Visable and then
registered it by using command regasm /tlb 'dll path'.
"Sheng Jiang[MVP]" <sheng_jiang@xxxxxxxxxxxxxxxxxxx> wrote in message
news:unI4wVyvHHA.4916@xxxxxxxxxxxxxxxxxxxxxxx
VC6 does not support managed code. Use VC.Net or higher and managed C++ to
call managed code.
--
Sheng Jiang
Microsoft MVP in VC++
"kali charan polnati" <kalicp@xxxxxxxxxxxx> wrote in message
news:OdYWp3wvHHA.312@xxxxxxxxxxxxxxxxxxxxxxx
We created a VB Dot net application of type class library. and trying to
call form vc++6.0. Its failing. Actually here we are trying to calling
managed coded form unmanaged environment (VC++6.0)
"Mattias Sjögren" <mattias.dont.want.spam@xxxxxxxx> wrote in message
news:%23b007KvvHHA.412@xxxxxxxxxxxxxxxxxxxxxxx
I am trying to call VB.NET DLL from withing the VC++ project. It is
failing.
Failing in what way? What have you tried so far? Are you using managed
or native C++?
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
.
- Follow-Ups:
- Re: Calling VB.NET DLL from VC++
- From: Sheng Jiang[MVP]
- Re: Calling VB.NET DLL from VC++
- References:
- Calling VB.NET DLL from VC++
- From: Bhanu Prakash
- Re: Calling VB.NET DLL from VC++
- From: Mattias Sjögren
- Re: Calling VB.NET DLL from VC++
- From: kali charan polnati
- Re: Calling VB.NET DLL from VC++
- From: Sheng Jiang[MVP]
- Calling VB.NET DLL from VC++
- Prev by Date: Re: Calling VB.NET DLL from VC++
- Next by Date: Re: Calling VB.NET DLL from VC++
- Previous by thread: Re: Calling VB.NET DLL from VC++
- Next by thread: Re: Calling VB.NET DLL from VC++
- Index(es):
Relevant Pages
|