79268822

Date: 2024-12-10 15:37:19
Score: 1.5
Natty:
Report link

Thanks your suggestion solved the problem. First I removed the semicolon (;) after &cpstream and I added the following code:

#define FKG_FORCED_USAGE 1
#include <sphelper.h>
#undef FKG_FORCED_USAGE

After this I added

CoInitializeEx(nullptr, COINIT_MULTITHREADED);

to the beginning of main. Now my solution compiles and produces a wav file.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tansel Tunc