BlazingMQ, an open-source middleware developed by Bloomberg, facilitates the building of decentralized applications through message-oriented communication. It offers durable, fault-tolerant, and highly performant queues, with features like various message routing strategies, compression, and strong consistency. BlazingMQ abstracts the transport and network, supports multiple enterprise architecture patterns, and provides a rich set of APIs in C++, […]
Before starting to make my own Winamp plugins, I tried compiling an existing plugin DLL from source-code in my current setup, thus testing if my setup was working. I used the Beginner Basic Plugin Guide as a starting point for my solution in Visual Studio 2012. That seemed to work. I then compiled the resteless_dsp […]
When you are learning the Beginner’s Basic Plugin tutorial, in order to create your first basic general plugin for Winamp, you might run into a compile error right away. While using Visual Studio 2012 and creating the project as described in the tutorial, the first compile gave me this error: 1>—— Build started: Project: gen_myplugin, […]