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
- 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

Visual c++ 6.0 settings / options to compile ultravncviewer

Post Reply
teacherwilli
8
8
Posts: 26
Joined: 2005-11-22 07:18

Visual c++ 6.0 settings / options to compile ultravncviewer

Post by teacherwilli »

Hallo,

can someone write down the typical settings / options in MSVC++ 6.0 to compile ultra-vncviewer?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

The viewer comes with the project files...
Project files contain the options we use for compiling
teacherwilli
8
8
Posts: 26
Joined: 2005-11-22 07:18

Post by teacherwilli »

Many thanks!
bobfriesenhahn
Posts: 7
Joined: 2005-09-21 20:45

Post by bobfriesenhahn »

I applied all available service packs to my anchient Visual C++ 6.0 and found that UltraVNC did not compile. It seems to require some sort of Windows header file update. I also tried building using Visual Studio .net and Visual Studio .net 2003 but these builds also failed. What is the key in order to get UltraVNC to compile?

The RealVNC server compiles with all three of these compilers.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

[topic=4861][/topic]
bobfriesenhahn
Posts: 7
Joined: 2005-09-21 20:45

Post by bobfriesenhahn »

Does using a newer compiler than VC++ 6.0 cause problems for Windows '98? What is the reason that such an old compiler is being used?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

We only had a license for vc6.0.
But now we have one for VS2005, we possible upgrade to that version.

There is indeed some advantage for old OS.
When you remove the SDK from the include path, you easy can check
if the older versions support the used functions.
teacherwilli
8
8
Posts: 26
Joined: 2005-11-22 07:18

Re: Visual c++ 6.0 settings / options to compile ultravncvie

Post by teacherwilli »

What compiler and servicepacks... have I to use to compile the newest ultravnc-version 1.0.4 RC16 ?
Do you use now VS2005?
Because with Visualc++6.0 I´m not able to compile the project without errors.


OK, I found it:
[topic=12686][/topic]
Last edited by teacherwilli on 2008-05-16 06:43, edited 1 time in total.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: Visual c++ 6.0 settings / options to compile ultravncvie

Post by Rudi De Vos »

VS2005 and VS2008 compile with the default install.
(SDK are now part of VS install and part of MS update)

Both project files are in the src zip.
Post Reply