Hi list

I'm developing Java version of VNC server( based on
jVNC ). I'm facing these problem

1. Even after installing N/w adapter (MS loopback
Adapter ) both the server and the viewer refuse to
connect on my desktop . Can i connect them on a single
desktop?

2. Based on jVNC concept , Should i know the win32
working architecture to develop on win32 platform OR
is it 100% platform independent. I know this seems
stupid , But i was wondering; for jVNC ( or java
version ) how can u insert every mouse events (from
client ) into servers machines queue ( to fool server
of local invocation ).How how how???

Raj 















--- vnc-list-digest
<[EMAIL PROTECTED]> wrote:
> 
> vnc-list-digest       Saturday, March 10 2001      
> Volume 01 : Number 1052
> 
> 
> 
> ............................
> VNC-LIST-DIGEST is a daily collection of the
> messages sent to the
> VNC mailing list.  For more information about VNC
> see the home page
> http://www.uk.research.att.com/vnc .
> 
> In this issue:
> 
>       Re: complete crash of windows 2000 using vncviewer
> (fwd)
>       logoff breaks connection
>       Re: VNCVIEWER Failure to connect
>       RE: logoff breaks connection
>       Re: PLANAR vs CHUNKY
>       Solaris 2.7 and CDE
>       RE: logoff breaks connection
>       Re: iXnvc and xdm
>       User Prompt
>       Re: Exporting sound with VNC
>       Re: User Prompt
>       Solaris 2.7 CDE issues
>       Re: User Prompt
>       RE: Solaris 2.7 CDE issues
>       newby question redhat 6.2
>       Re: PLANAR vs CHUNKY 
>       Maximum Windows
>       how do I specify window mgr with linux server
>       RE: GDI  DLL Wrapper
>       Re: PLANAR vs CHUNKY 
>       Re: Maximum Windows
>       Re: how do I specify window mgr with linux server
>       RE: GDI  DLL Wrapper
>       Re: newby question redhat 6.2
>       Re: how do I specify window mgr with linux server
>       RE: GDI  DLL Wrapper
>       RE: x0rfbserver / xrc problem
>       Re: Uninstalling VNC via Batch Script?
>       Re: Java applet width=0 height=32
>       Re: PLANAR vs CHUNKY
> ............................
> 
>
----------------------------------------------------------------------
> 
> Date: Fri, 9 Mar 2001 07:45:31 +0100 (CET)
> From: Markus Gaugusch <[EMAIL PROTECTED]>
> Subject: Re: complete crash of windows 2000 using
> vncviewer (fwd)
> 
> 
>
******************************************************************
> <<<<<<<<<<<< PLEASE GIVE ME A CC, I'M NOT ON THE
> LIST  >>>>>>>>>>>>>
> 
>
******************************************************************
> > People who are experiencing this problem: which
> video cards and network
> > cards are you using?
> Network: Intel PRO/100+ Alert on LAN Management
> Adapter
> VGA: NVidia Vanta
> It's a Compaq Deskpro EXM
> > I suspect that if the M$ folks download the viewer
> and run it under Win2K
> > with the same video and network cards as you are
> using, they'll see the
> > problem and may have some chance of fixing it.
> sounds good. I think it's rather graphics, than
> networking.
> 
> bye
> Markus
> 
> - -- 
> _____________________________     /"\
> Markus Gaugusch  ICQ 11374583     \ /    ASCII
> Ribbon Campaign
> [EMAIL PROTECTED]            X     Against
> HTML Mail
>                                   / \
> 
> ------------------------------
> 
> Date: Fri, 9 Mar 2001 09:41:35 +0100 
> From: Helpdesk <[EMAIL PROTECTED]>
> Subject: logoff breaks connection
> 
> Hello Everyone,
> 
> I'm trying to prepare for installation fo WinVNC for
> our company and I'm
> busy testing. I run into the following problem: I
> got WinVNC installed as a
> server, but everytime I am connected and logg off
> (remote) the connection is
> broken. Then I have to reconnect to login again onto
> the NT Domain. After
> the script has been run the connection is broken
> again. So again I have to
> reconnect once more to continue working remote.
> 
> Does anyone know what the problem of this can be?? 
> 
> Helpdesk - Rinze
> 
> ------------------------------
> 
> Date: Fri, 09 Mar 2001 08:23:04 -0500
> From: Gary Lee Radcliff <[EMAIL PROTECTED]>
> Subject: Re: VNCVIEWER Failure to connect
> 
> I have the same problem but with an older laptop. 
> I've been told to update 
> the graphics driver.  I'm just having trouble
> locating an updated driver 
> for an old Midwest Micro Laptop,  They don't seen to
> have one on their site.
> 
> At 11:48 PM 3/8/01 -0500, John Thorp, you typed:
> >[EMAIL PROTECTED]
> 
> 
> 
> Gary Lee Radcliff
> 11780 92nd St No
> Largo, FL 22773
> Voice 727 392 2787
> [EMAIL PROTECTED]
> 
> Include on no mailing
> or phone lists.
> 
> ------------------------------
> 
> Date: Fri, 9 Mar 2001 10:47:29 -0400
> From: "Daniel van der Zee" <[EMAIL PROTECTED]>
> Subject: RE: logoff breaks connection
> 
> I had this too while making some changes to VNC for
> our local situation (we
> used tightvnc as a base).
> 
> Every time you log in, log off and lock workstation
> a desktop switch occurs.
> For some unknown reason (to me) a winvnc call to the
> win32 api
> (OpenInputDesktop) fails under some circumstances. I
> found that there could
> be 2 causes for this:
> 
> - - Something goes wrong when repeatedly installing,
> stopping and starting VNC
>   without rebooting. A reboot helps.
> 
> - - Calling CoInitialize on the client thread. I
> have no idea why. If you (or
> someone
>   else) made changes to the source code, remove this
> call (and other COM
> calls)
>   and the problem goes away.
> 
> Do you have other software installed that might
> interfere with VNC? (e.g.
> other remote control software).
> 
> Hope this helps,
> Daniel
> 
> - -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf
> Of Helpdesk
> Sent: Friday, March 09, 2001 4:42 AM
> To: [EMAIL PROTECTED]
> Subject: logoff breaks connection
> 
> 
> Hello Everyone,
> 
> I'm trying to prepare for installation fo WinVNC for
> our company and I'm
> busy testing. I run into the following problem: I
> got WinVNC installed as a
> server, but everytime I am connected and logg off
> (remote) the connection is
> broken. Then I have to reconnect to login again onto
> the NT Domain. After
> the script has been run the connection is broken
> again. So again I have to
> reconnect once more to continue working remote.
> 
> Does anyone know what the problem of this can be??
> 
> Helpdesk - Rinze
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to