Thanks a lot, could you please be a little more specific. A small code
snippet, maybe. How'm I exposing dll through COM?
Where to look? Thank you.
"Nicholas Paldino [.NET/C# MVP]" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
AHN,
You have two options. The first is to expose your .NET dll through COM,
and then access your .NET objects through COM in your C++ program.
The other option is to use mixed mode development in C++, which will
allow you to run sections of managed and unmanaged code together.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"AHN" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi, please instruct somebody how to call a dll written in dot-net from a
> C++
> program. Thanks
>
>