> I have some source and a dll produced in Visual C++ V6. My
> question is this :-
>
> Is it possible to use this in .NET such as C# or VB ...
Yes. Interoperation between the managed and unmanaged environments is a
large topic. See this for example:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conconsumingunmanageddllfunctions.asp
> and also use the symbol table and source code for debugging.
The IDE's debugger is capable of debugging both managed and unmanaged code.
In fact, you can use it to debug scripts too.
Regards,
Will
One Handed Man \( OHM#\) - 28 Mar 2004 12:36 GMT
Thanks for your help. Do you know how I can set this up in VB.NET ?
Regards
> > I have some source and a dll produced in Visual C++ V6. My
> > question is this :-
[quoted text clipped - 3 lines]
> Yes. Interoperation between the managed and unmanaged environments is a
> large topic. See this for example:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
conconsumingunmanageddllfunctions.asp
> > and also use the symbol table and source code for debugging.
>
[quoted text clipped - 3 lines]
> Regards,
> Will
William DePalo [MVP VC++] - 28 Mar 2004 17:35 GMT
> Thanks for your help.
You are welcome.
> Do you know how I can set this up in VB.NET ?
Nope. I would _guess_ that someone reading
microsoft.public.dotnet.languages.vb
should be able to tell you.
Regards,
Will
Jon - 28 Mar 2004 17:40 GMT
On the startup project, enable 'Unmanaged code debugging' in the Debugging Configuration Properties.
> > Thanks for your help.
>
[quoted text clipped - 10 lines]
> Regards,
> Will
One Handed Man \( OHM#\) - 30 Mar 2004 18:38 GMT
Thanks very much
Regards
> On the startup project, enable 'Unmanaged code debugging' in the Debugging Configuration Properties.
>
[quoted text clipped - 12 lines]
> > Regards,
> > Will