Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:observer_template [2016/07/05]
terence Added "running the example"
projects:observer_template [2016/07/05]
terence
Line 15: Line 15:
  
   * Latest version: [[https://github.com/tatewake/observer-template|Observer Template(C++) version 2016-07-05]] on GitHub   * Latest version: [[https://github.com/tatewake/observer-template|Observer Template(C++) version 2016-07-05]] on GitHub
 +
 +**Please also take a look at [[#running_the_example|running the example]] as it contains a quick-start example that demonstrates how to use this pattern.**
  
 ===== About ===== ===== About =====
Line 558: Line 560:
   * ''/project/ios/WindowEvent.xcodeproject'' - Xcode 7 iOS console target   * ''/project/ios/WindowEvent.xcodeproject'' - Xcode 7 iOS console target
  
-Like the unit tests, these are console apps only. As stated in the example code, this is just a light demonstration of the code and does not implement anything related to platform-specific "windowing."+As stated in the example code, this is just a light demonstration of the code and does not implement anything related to platform-specific "windowing." 
 + 
 +When running the example on Visual Studio, note you will first need to convert the solution to the latest version. You'll also need to put a breakpoint on the last line of the ''main'' function, as the console window containing the results of the test will close on exit. 
 + 
 +When running the unit test on Mac or for iOS, the results of the test will be printed in Xcode's debug console, which is at the bottom right of Xcode's window. 
 + 
 +Also, when running for iOS, you'll note that an app won't appear or launch in the simulator or on a device, as the tests are purely meant to display in the debug console. 
 + 
 +//(If you're curious, these project files were generated with [[wp>GYP_(software)|Google GYP]]; the source project file is located in ''/project/common/WindowEvent.gyp''.)// 
 ==== Q & A ==== ==== Q & A ====
  
Line 587: Line 598:
 **July 5, 2016** **July 5, 2016**
  
 +  * Added the "WindowEvent" example to the repo as a runnable demo
   * Added GitHub link to download section   * Added GitHub link to download section
   * First public release   * First public release
Print/export
QR Code
QR Code Observer Template (C++) (generated for current page)