I wanted to compile the source code with the same compiler that the developers use. Which compiler should I use?
thanks!
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
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
What compiler is used for ULTRA VNC AND SINGLE CLICK?
What compiler is used for ULTRA VNC AND SINGLE CLICK?
Last edited by TKD on 2006-11-09 23:07, edited 1 time in total.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
VC6.0 SP5 +processor pack +SDK (latest that support VC6.0)
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
ah, ok, thank you!
-
- Posts: 7
- Joined: 2007-07-19 06:17
- Location: Sydney, Australia
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
is that visual C?
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
VC6 = Visual C++ version 6
VCS6= Visual C# ?
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
OS Win: xp home + vista business + 7 home
only experienced user, not developer
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
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
(possible processor pack for VC60 is also needed)
ultravnc 104
can be compiled with VC60 (with all updates)
VS2005
VS2008
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
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.
Thanks.
~ Emdy.
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
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.
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.
-
- Posts: 6
- Joined: 2008-08-18 01:52
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
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:GD3 wrote: Can someone help me with compiling SC with the Codegear IDE?
http://www.microsoft.com/Express/
There are also free trials of the full versions.
Re: What compiler is used for ULTRA VNC AND SINGLE CLICK?
Looks like the only way is through learning VS.
Thanks for your reply,
GD
Thanks for your reply,
GD