6
votes
7answers
2k views
Creating music visualizer
So how does someone create a music visualizer? I've looked on Google but I haven't really found anything that talks about the actual programming; mostly just links to plug-ins or v …
1
vote
1answer
114 views
DataSetVisualizer & Remote Debugging in Visual Studio
We use Lab Manager to test on multiple platforms and do remote debugging by creating a Windows account with the same name and password on both the local dev box and the VM in Lab M …
5
votes
4answers
431 views
Which (third-party) debug visualizers for Visual Studio 2005/2008 do you use?
I guess this topic is often overseen, but is rather useful when debugging your code. Just today I have stumbled across this simple yet effective visualizer that visualizes images ( …
3
votes
1answer
161 views
Which debug visualizers exists out there?
I know about this question: http://stackoverflow.com/questions/100548/which-third-party-debug-visualizers-for-visual-studio-20052008-do-you-use
But I dont want to know what debug …
0
votes
2answers
243 views
Debug visualizer - the visualizer dll can’t be loaded
Hi,
I am learning to write a debug visualizer in vs2008 C#. But keep getting the error saying that MyDebugVisualizer dll can't be loaded when I am in debug mode and click the magn …
