Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post Reply
TKD
20
20
Posts: 32
Joined: 2005-04-15 12:44
Location: U.S.

What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by TKD »

I wanted to compile the source code with the same compiler that the developers use. Which compiler should I use?

thanks!
Last edited by TKD on 2006-11-09 23:07, edited 1 time in total.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by Rudi De Vos »

VC6.0 SP5 +processor pack +SDK (latest that support VC6.0)
TKD
20
20
Posts: 32
Joined: 2005-04-15 12:44
Location: U.S.

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by TKD »

ah, ok, thank you!
ensyst_sydney
Posts: 7
Joined: 2007-07-19 06:17
Location: Sydney, Australia

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by ensyst_sydney »

is that visual C?
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by redge »

VC6 = Visual C++ version 6
VCS6= Visual C# ?
Last edited by redge on 2009-03-03 22:56, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by Rudi De Vos »

SC was made with VC6.0 latest SP and latest SDK that support VC60
(possible processor pack for VC60 is also needed)

ultravnc 104
can be compiled with VC60 (with all updates)
VS2005
VS2008
Emdy
20
20
Posts: 33
Joined: 2008-09-19 08:27
Location: Los Angeles, USA

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by Emdy »

Can ultra vnc 105 be compiled with VS2008 (express edition) ? if not, what can do that ? whats the latest SC version ? can that be compiled with VS2K8 ?
Thanks.
~ Emdy.
GD3
Posts: 4
Joined: 2008-12-15 10:13

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by GD3 »

Hello,

I am trying to compile SC with Codegear C++ 2007. Do I stand any chance to succeed with it?

This is where I am stucked: atlbase.h is not included in the source, so I have added the directory where it is located in a installed VC 2005 to the search path. After this compilation fails at "exdisp.h". I am not a C programmer (though willing to learn), so have no idea if this an easy to solve issue or I have mountains to climb.

Can someone help me with compiling SC with the Codegear IDE?
Or just tell me to stand down if it is too complicated or not possible at all! :)

Regards,


Maybe this is not the proper place for this question. I have opened a topic foR it.
Last edited by GD3 on 2008-12-15 14:15, edited 3 times in total.
Boogerhead
Posts: 6
Joined: 2008-08-18 01:52

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by Boogerhead »

GD3 wrote: Can someone help me with compiling SC with the Codegear IDE?
Waaay outside the realm of my present expertise, but you may be able to use the IDE with the Microsoft compilers. Take a look over here, perhaps:
http://www.microsoft.com/Express/

There are also free trials of the full versions.
GD3
Posts: 4
Joined: 2008-12-15 10:13

Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?

Post by GD3 »

Looks like the only way is through learning VS. :)

Thanks for your reply,

GD
Post Reply