diff --git a/SPOUTSDK/Examples/ofSpoutExample/Source/ofSpoutSender/Data/main.cpp b/SPOUTSDK/Examples/ofSpoutExample/Source/ofSpoutSender/Data/main.cpp index 497bc172..5b8b2a75 100644 --- a/SPOUTSDK/Examples/ofSpoutExample/Source/ofSpoutSender/Data/main.cpp +++ b/SPOUTSDK/Examples/ofSpoutExample/Source/ofSpoutSender/Data/main.cpp @@ -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 diff --git a/SPOUTSDK/Examples/ofSpoutExample/bin/ofSpoutDataReceiver.exe b/SPOUTSDK/Examples/ofSpoutExample/bin/ofSpoutDataReceiver.exe index e57863eb..5e9e7ff6 100644 Binary files a/SPOUTSDK/Examples/ofSpoutExample/bin/ofSpoutDataReceiver.exe and b/SPOUTSDK/Examples/ofSpoutExample/bin/ofSpoutDataReceiver.exe differ