Re: dot net library from unmanaged C++
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Fri, 05 Mar 2010 13:17:19 +0000
A vendor has supplied me with a DLL and .LIB of a C++ .NET wrapper around
their C API.
My immediate thought is - why - given that you have a native
application?
No header file.
How do I hook this into my existing solution?
Using current versions of VS you'd change your project properties to
add CLR support (the /clr option), the add a reference to their
managed DLL. You can then just start using things inside the namespace
of whatever they've provided - hint... the Object Browser will list
the things you've added as a reference to your project.
Dave
.
- Follow-Ups:
- Re: dot net library from unmanaged C++
- From: Kenneth Porter
- Re: dot net library from unmanaged C++
- From: Kenneth Porter
- Re: dot net library from unmanaged C++
- References:
- dot net library from unmanaged C++
- From: Kenneth Porter
- dot net library from unmanaged C++
- Prev by Date: Why doesn't VS2008 detect this warning
- Next by Date: Re: Why doesn't VS2008 detect this warning
- Previous by thread: dot net library from unmanaged C++
- Next by thread: Re: dot net library from unmanaged C++
- Index(es):
Relevant Pages
|