Surya
2009-10-23 09:12:55 UTC
Hello,
I'm trying to write a new debug visualizer for my custom class written
in unmanaged c++.
I've followed the process out lined at http://msdn.microsoft.com/en-us/library/8fwk67y3(VS.80).aspx.
The important difference here is the visualizer dll is dependent on
other dlls (boost libraries for example).
I'm able to create the dll, but I'm not able to see the affect of it.
(which simply means my visualizer dll is not loaded)
I've provided all the dependent dlls in the same directory as the
visualizer dll (Common7/IDE). Am I missing some thing here ?
how to identify the problem ?
Thanks in advance,
Surya
I'm trying to write a new debug visualizer for my custom class written
in unmanaged c++.
I've followed the process out lined at http://msdn.microsoft.com/en-us/library/8fwk67y3(VS.80).aspx.
The important difference here is the visualizer dll is dependent on
other dlls (boost libraries for example).
I'm able to create the dll, but I'm not able to see the affect of it.
(which simply means my visualizer dll is not loaded)
I've provided all the dependent dlls in the same directory as the
visualizer dll (Common7/IDE). Am I missing some thing here ?
how to identify the problem ?
Thanks in advance,
Surya