|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Howto: use mutliple languages C++ in VB.netI need to program some of a VB .net application in C++.
How do I incorparate it into VB "SimonSX" <Simonuk_beha***@yahoo.co.uk> schrieb: You can use Managed Extensions for C++ to create a managed interface for >I need to program some of a VB .net application in C++. > > How do I incorparate it into VB your C++ DLL. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> ????
Why use DLL in .Net ??? Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:umWrGH2OFHA.1040@TK2MSFTNGP12.phx.gbl... > "SimonSX" <Simonuk_beha***@yahoo.co.uk> schrieb: >>I need to program some of a VB .net application in C++. >> >> How do I incorparate it into VB > > You can use Managed Extensions for C++ to create a managed interface for > your C++ DLL. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> "SimonSX" <Simonuk_beha***@yahoo.co.uk> schrieb: You will have to create a class library (DLL) file and reference this DLL > ???? > Why use DLL in .Net ??? from your executable project. What's the problem?! Mixing languages within a single project is currently not supported. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> lol
i thought this was a group fpr people who knew something Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:e3hyAe5OFHA.3704@TK2MSFTNGP12.phx.gbl... > "SimonSX" <Simonuk_beha***@yahoo.co.uk> schrieb: >> ???? >> Why use DLL in .Net ??? > > You will have to create a class library (DLL) file and reference this DLL > from your executable project. What's the problem?! Mixing languages > within a single project is currently not supported. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> "SimonSX" <Simonuk_beha***@yahoo.co.uk> schrieb: I feel sorry, but I don't understand what you want to tell me.> lol > i thought this was a group fpr people who knew something -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Download my example of creating non-mfc DLL's in C++ & calling them from
VB.NET: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=06613cc5-2134-404c-a4e2-ca46ef086c12 I hope this helps Crouchie1998 BA (HONS) MCP MCSE SimonSX,
>I need to program some of a VB .net application in C++. Can you make this message clear for me.> > How do I incorparate it into VB I translate this as that you need to program something that is made in VBNet into C++, that you want to incorporate into VBCom. However I have the idea that you mean something else. Cor On Fri, 8 Apr 2005 13:48:28 +0200, "Cor Ligthert"
<notmyfirstn***@planet.nl> wrote: >SimonSX, Again, it is a little unclear what you mean, an alternative answer> >>I need to program some of a VB .net application in C++. >> >> How do I incorparate it into VB >Can you make this message clear for me. > >I translate this as that you need to program something that is made in VBNet >into C++, that you want to incorporate into VBCom. > >However I have the idea that you mean something else. > >Cor > would be to do your C++ development in a separate project and access that the exposed methods from your VB project/solution. I often use this approach where parts of the development are better suited to C# and others to VB. Doug Taylor On Fri, 8 Apr 2005 15:06:56 +0200, "Cor Ligthert"
<notmyfirstn***@planet.nl> wrote: >??? Sorry Cor, I folllowed from the wrong message, it should have been on> the route message, I was agreeing with your statement though that question could have multiple meanings. Doug Taylor Doug,
> Sorry Cor, I folllowed from the wrong message, it should have been on No problem however when I started reading then I got that "what want Doug to > the route message, I was agreeing with your statement though that > question could have multiple meanings. > say to me". It is clear now, as I said no problem. :-) Cor |
|||||||||||||||||||||||