Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Thanks. I was able to successfully establish the connection by using the existing oflaDemo application. However, I'm still not able to view the shared desktop. - I downloaded the...

``` Let me check. I have not tested it with Red5 server. I have only used with Redfire plugin for Openfire. ``` Original comment by `[email protected]` on 7 Apr 2011...

``` Now working with Red5 server. You nned to deploy the screenshare webapp and use that instead of oflaDemo as it needs the server-side application for remote control. ``` Original...

``` To solve the problem, A "System.exit(0)" call needs to be done when the user clicks on the exit button or close the window... ``` Original comment by `[email protected]` on...

``` I added a t = new JFrame("Desktop Publisher"); t.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); in the source to solve this ``` Original comment by `[email protected]` on 22 Oct 2011 at 5:02

``` Compile it with /Zi flag. To set this compiler option in the Visual Studio development environment: Open the project's Property Pages dialog box Project Properties. Click the C/C++ folder....

``` Hi, Will /Zi work without also putting /DEBUG in the linker options (Generate Debug Info under Linker | Debugging)? Or do I need to enable the latter as well...

``` i compiled and tested it with "/Zi /Od" and without "/DEBUG" in release mode. under linux and g++, use -fnon-call-exceptions as required flag. ``` Original comment by `[email protected]` on...