fb2k_example
A minimal project for developing foobar2000 component in VS2013 express
Usage
- Get foobar2000 SDK and extract it into
/lib/foobar2000_sdk
directory - Open
foo_test.sln
, selectOK
when asked whether to update compiler/libraries for old projects - Build
foo_test
! foo_test.dll
will be generated atDebug/
orRelease/
directory depending on your configuration- To load the component in foobar2000, copy the generated dll to
foobar2000/components
directory