Hi there, I have an exe in Csharp that references a C++ dll and a VB6 dll.
I can successfully step into the C++ from the Csharp in Visual Studio 2008 when I open the corresponding files.
I achieved the same ability to step into the VB6 from the Csharp by generating a pdb file along with the VB6 dll.
The only issue I have is that when debugging the VB6, .NET and C++ objects show as <void>
in the 'locals' and 'watch' windows.
Is it expecting too much to be able to evaluate objects across 3 languages in the one IDE?
Or is there an alternative solution?
New to COM, so sorry if this is an obvious question, thanks for any help.
Edit, just relased a vital part of my question disappeared without a code window.