Phil 5.17.13

8:00 – 11:00 SR

  • It turns out that I had forgotten to change the conf/server.xml file in addition to the java startup arguments. The keystore.jks file needs to be referenced in the <Connector keystoreFile=””/> element.
  • Backups
  • Talked schedule with Dong. Maybe a deployment Tuesday?

11:00 – 4:00 FP

  • Imported the sound example code into MSVC and successfully compiled. 
  • And runs! With sound!
  •  withSound
  • Next we try to put the audio class into a console app (main as opposed to winmain) and see if that can be made to work.
  • That went pretty smoothly. I had to add the DirectX “include” directories, add stdafx.h to the audio.cpp file and cast some char* to LPWSTR. The next step is to fill out the main() so that the audio is initialized and then run a loop to send different audio commands. A good task for Monday.