Skip to content

Commit

Permalink
Example corrections
Browse files Browse the repository at this point in the history
Data sender main changed to console
Example data receiver binary corrected
  • Loading branch information
leadedge committed Jun 18, 2021
1 parent a0eb714 commit 8892406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

// for default console
//========================================================================
// int main() {
int main() {
//
// for window without console
//========================================================================
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {
// int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {

ofSetupOpenGL(640, 360, OF_WINDOW); // <-------- setup the GL context
// this kicks off the running of my app
Expand Down
Binary file modified SPOUTSDK/Examples/ofSpoutExample/bin/ofSpoutDataReceiver.exe
Binary file not shown.

0 comments on commit 8892406

Please sign in to comment.