Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

RC18 sources

Post Reply
jocenildo
Posts: 3
Joined: 2004-06-25 12:38
Location: Brazil

RC18 sources

Post by jocenildo »

Hi,
How to get the sources of RC18?

Thanks,
Jocenildo
Iain
8
8
Posts: 15
Joined: 2004-06-09 13:02

Post by Iain »

I think we have to wait for Rudi and Sam to put it onto CVS.

Chaps, sorry to be a pest, but will you be doing this anytime soon?

Cheers,
-Iain
jocenildo
Posts: 3
Joined: 2004-06-25 12:38
Location: Brazil

Sources rc18

Post by jocenildo »

Yes.
How to get as zip format? It's possible?

Thanks
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6883
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Will try to add a src zip.
Not before august...
On holliday until end of July, transferring a src zip with
a gsm connection would take to much time...

Greetings from the raining belgium coast :(

Rudi
DavideCapod

BCC55

Post by DavideCapod »

I hope the new sources will be compilable also with BCC55 with the correct makefiles...
Iain
8
8
Posts: 15
Joined: 2004-06-09 13:02

Post by Iain »

Hi Chaps,

Its August now. RC18 still rocks. Any chance of uploading the source code to cvs... pretty please?

-Iain
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6883
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

will zip current cvs and add it to sf.net
done
cvs0908.zip
http://sourceforge.net/project/showfile ... p_id=63887
Iain
8
8
Posts: 15
Joined: 2004-06-09 13:02

Post by Iain »

ok thanks Rudi. I see you are still using the command

Code: Select all

if (ExtEscape(gdc, MAP1, 0, NULL, NULL, NULL)>0) 
in videodriver.cpp.

I thought you had changed this to a IOCTL call. At least that was my understanding of what you said here... [topic=288][/topic]


is this right?
are you still using ExtEscape to start mirroring?


many thanks,
-iain
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6883
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Mapping is done with the communicationbuffer() functions

ExtEscape used:
#define MAP1 1030 (start recording changes)
#define UNMAP1 1031(stop recording changes)
#define CURSOREN 1060(cursor enabled)
#define CURSORDIS 1061(cursor disabled)
Iain
8
8
Posts: 15
Joined: 2004-06-09 13:02

Post by Iain »

ok rudi thanks again for the speedy reply.

-iain
Post Reply