mvsoft74 / BeatDrop

BeatDrop Music Visualizer
BSD 3-Clause "New" or "Revised" License
76 stars 22 forks source link

Can you share details on how to get this to compile in Visual Studio? #3

Closed milkdropper closed 4 years ago

milkdropper commented 4 years ago

I got the Direct X SDK installed (it required that I downgrade Visual C++ libraries first - see https://stackoverflow.com/questions/4102259/directx-sdk-june-2010-installation-problems-error-code-s1023).

What are the next steps? I see configurations for 32-bit release and debug but neither will compile. I would like to compile exactly what the release binary is. Am I missing another prerequisite?

Thank you - this is awesome!

milkdropper commented 4 years ago

I was missing MFC libraries. It's working now, thank you!