Microsoft's license question.

2002-04-26 Thread Rudi De Vos
I`m doing some test with a multi-vnc server. 10 video cards in a server and each video card has it own vncserver running. On vnc loggon the user policies are loaded and an application is started in that user context on one off the displays. Reading some latest xp issues about the license policy o

Re: one vnc server --> output to more than one clients?

2002-04-19 Thread Rudi De Vos
You can run multiple servers on win32. (after tweaking the code a bit) You can run 2 single application servers or a full and a single if you want. But you still have 1 common keyboard and mouse. And when the 2 applications overlap, you can only see the top applic. Rudi -

RE: Lets bundle forces

2002-01-15 Thread Rudi De Vos
OpenVNC sound good. The vnc server for X works well and can not be a lot improved. The biggest problem is the slow win32 server. The main goal should be the win32 VNCserver and multi-platform clients. (more than 80% of the users use vnc that way) Const's TightVNC is essential, but the tight ve

Lets bundle forces

2002-01-14 Thread Rudi De Vos
Hi, It seems that a lot of people are developping add-ons, improvements etc Why not combine forces and make VNC faster, more secure,... First we need to know what stuff has to be in the extended version. What rules to apply, cross compatible ,starting sourcecode,... Can't we put all code t

vncdrv SPEED update download adress(forgot it)

2001-10-26 Thread rudi de vos
Sorry, This is the adress http://services.simac.be/vnc/single/source/vncdrv_V2_00.zip WINVNCDRV (video hook driver for windows 2000) The problem with the old driver was the terrible overhead of drvescape and extesc

Re: winvnc driver update

2001-10-03 Thread rudi de vos
More info Normal, winvnc use a hookdll to get the possible changed screen regions. This hooking technique is not accurate ( depend on the used applications ) and therefore need full screen scanning to compensate. This vncdrv capture the changed screen region directly in the video driver and can p

RE: Running Multiple WinVNC Services

2001-09-26 Thread Rudi De Vos
There is a way to do it also on other window versions. 1)using vnc for one application and not the full desktop. So when the apps don't overlap (on screen) you can send them to diff users. 2)When you have multiple video cards, you can also run the server on diff desktops (little change to code nee

RE: hook video driver

2001-09-05 Thread Rudi De Vos
inal Message- From: James ''Wez'' Weatherall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 12:17 PM To: Rudi De Vos Cc: VNC-LIST Subject: Re: hook video driver Rudi, I noticed your mail to the VNC list regarding a hooking video driver. >From your mail

RE: hook video driver

2001-09-05 Thread Rudi De Vos
Look at the code at www.codeguru.com dll apihijack -Original Message- From: Gianluca Bruni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 7:20 PM To: Rudi De Vos Subject: R: hook video driver Hi, thaks for reply. I apologize I can't help you. I'm a Windows prog

hook video driver

2001-09-04 Thread Rudi De Vos
t: Tuesday, September 04, 2001 2:01 PM To: Rudi De Vos Subject: Re: help with vnc video driver Hi, my name is Gianluca, from Italy. I've read your message in VNC forum about use of video driver in Win2k. What do you mean? Are you developing an hook video driver to get the screen updates? If so,

help with vnc video driver

2001-08-27 Thread Rudi De Vos
HI, I'm doing some test with a video driver for vnc (win 2000). At this point, the driver pass the bitblt rects to winvnc but I want do disable the old update mechanisme to test if it realy works. the driver update is done in vncDesktop m_server->UpdateRect(rect.driver); if (!GetMessage(&msg, m_

RE: Single window add-on

2001-04-12 Thread Rudi De Vos
Hi, Last year I started on my single-window project based on the patch in de contrib zone. The code on my site http://services.simac.be/vnc/single.html. has to be considerd as testcode. Because I didn't got any response at that time I stopt developping further on it. If there is enough interre