Hi,guys:

Here's a question and any comment about it is appreciated. :-)
Why can't I start two winvnc in my win2k sp4 computer? Whether there's
something impossible to overcome?

I've downloaded the source code and compile it on my system. There's a
piece of code in it as below:
//////////////////////////////////////////////////////////////////
if (!instancehan.Init())
{
// We don't allow multiple instances!
MessageBox(NULL, "Another instance of WinVNC is already running",
szAppName, MB_OK);
return 0;
}
//////////////////////////////////////////////////////////////////
I comment the "return 0;" line and recompile again, of course the first
winvnc is no problem, but when
the second one starts, both crash at once. I've tried to trace the
reason but got lost. //shy

I'm puzzled about this and ask for your kind help.

Thank you very much !

TIA

--
regards
-gusd
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to