Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #include "Scenario_SynthesizeText.xaml.h"
  4.  
  5. int main() {
  6. std::cout << "Hello Worldn";
  7.  
  8. InitializeComponent();
  9. synth = std::ref new SpeechSynthesizer();
  10. media = std::ref new MediaElement();
  11.  
  12. return 0;
  13. }
  14.  
  15. D:>cl __windowsTTSTest.cc
  16.  
  17. fatal error C1083: Cannot open include file: 'Scenario_SynthesizeText.xaml.h': No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement