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 is 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,
GD
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
Compiling with Codegear C++ 2007
Compiling with Codegear C++ 2007
Last edited by GD3 on 2008-12-16 08:34, edited 2 times in total.
Re: Compiling with Codegear C++ 2007
[BCC32 Error] exdisp.h(50): E2257 , expected
48 #ifndef __IWebBrowser_FWD_DEFINED__
49 #define __IWebBrowser_FWD_DEFINED__
50 typedef interface IWebBrowser IWebBrowser;
51 #endif /* __IWebBrowser_FWD_DEFINED__ */
There are many errors like this. This is the other Error I m getting a lot of:
[BCC32 Error] exdisp.h(56): E2344 Earlier declaration of 'DWebBrowserEvents'
#ifndef __DWebBrowserEvents_FWD_DEFINED__
#define __DWebBrowserEvents_FWD_DEFINED__
typedef interface DWebBrowserEvents DWebBrowserEvents;
#endif /* __DWebBrowserEvents_FWD_DEFINED__ */
48 #ifndef __IWebBrowser_FWD_DEFINED__
49 #define __IWebBrowser_FWD_DEFINED__
50 typedef interface IWebBrowser IWebBrowser;
51 #endif /* __IWebBrowser_FWD_DEFINED__ */
There are many errors like this. This is the other Error I m getting a lot of:
[BCC32 Error] exdisp.h(56): E2344 Earlier declaration of 'DWebBrowserEvents'
#ifndef __DWebBrowserEvents_FWD_DEFINED__
#define __DWebBrowserEvents_FWD_DEFINED__
typedef interface DWebBrowserEvents DWebBrowserEvents;
#endif /* __DWebBrowserEvents_FWD_DEFINED__ */
Last edited by GD3 on 2008-12-15 19:03, edited 1 time in total.