That is just for registering the dll. After that you need to reach it from
code which is elementary from unmanaged VB but very hard from (mainframe)
c++. Until now I haven't succeeded. The recipes in the help don't work so
far for me. Actually, you can create an old vb app calling a dot.net dll and
then access that vb dll from c++.
Hello
You can use REGASM (Assembly Registration Tool) for it, which allows COM
clients to create .NET Framework classes transparently.
What exactly do you mean with (mainframe) C++?
Managed code can be called from C++ by means of:
- COM interop (this is the regasm stuff), or
- using a managed wrapper written in ME C++ (or the upcoming VS2005
C++/CLI).
Willy.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.