After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

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

Search found 7 matches

by mstorman
2008-02-01 18:20
Forum: PcHelpWare
Topic: PcHelpWare Server Questions
Replies: 4
Views: 8074

Re: PcHelpWare Server Questions

I figured out 3. however, I still need a response to 1. and 2. Thanks for the help

Matthew.
by mstorman
2008-01-31 19:27
Forum: PcHelpWare
Topic: Why is c:\temp_phw hardcoded?
Replies: 13
Views: 18159

Re: Why is c:\temp_phw hardcoded?

I modifed the server source and changed the temp path to be %TEMP%\temp_rs

And so far it is working without a problem.

Thanks,
Matthew.
by mstorman
2008-01-31 09:56
Forum: PcHelpWare
Topic: PcHelpWare Server Questions
Replies: 4
Views: 8074

PcHelpWare Server Questions

1. When right clicking the PcHelpware Server tray icon there are three options: About, Show Log, Exit. Is there a way to just keep the exit option?

2. When hovering over the tray icon, there is a PcHelpWare balloon tip. Is it possible to change this to something else?

3. When you right click the ...
by mstorman
2008-01-30 21:05
Forum: PcHelpWare
Topic: This application has failed to start because MSVCRTD.dll
Replies: 3
Views: 7053

Re: This application has failed to start because MSVCRTD.dll

Doh! I was compiling in debug mode and not release mode.

Thanks!
by mstorman
2008-01-30 20:51
Forum: PcHelpWare
Topic: This application has failed to start because MSVCRTD.dll
Replies: 3
Views: 7053

Re: This application has failed to start because MSVCRTD.dll

Does what you said still apply since im using Visual Studio 2006 Enterprise?

Thanks,
Matthew.
by mstorman
2008-01-30 18:21
Forum: PcHelpWare
Topic: Windows 2003 Server R2 will not extract or run pchelpware
Replies: 27
Views: 59867

Re: Windows 2003 Server R2 will not extract or run pchelpwar

The solution that GF posted worked for me. Here is what I did.

1. Right Click on My Computer > Properties > Advanced > Performance > Settings > Data Execution Prevention Tab

2. Check: Turn on DEP for essential Windows programs and services only

3. Reboot

Matthew.
by mstorman
2008-01-30 17:26
Forum: PcHelpWare
Topic: This application has failed to start because MSVCRTD.dll
Replies: 3
Views: 7053

This application has failed to start because MSVCRTD.dll

1. When I download PcHelpWare_rel10.zip and browse to /server there is a PcHelpware.exe file there. When I create a custom server, everything works fine.

2. When I download PcHelpWare_rel10_src.zip, browse to /gui_src open the project file in Visual Studio, and build a new PcHelpware.exe - then ...