Hello guyz, im trying this:
#include <stdio.h>
#include <Audioclient.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
int main()
{
SetMasterVolume( 0.55, NULL);
return 0;
}
I 've downloaded the Windows SDK, how can i link it ??
I tired Project -> Project options...-> (in Foldes tab) to add the SDK\Include and SDK\Lib but it didnt work...