Hello Everybody!
Recently, I tried to compile VNCViewer using VC++ 2008, but I couldn't, because a header file 'afxres.h' was missing. I obviously realize, that this is probably not the only file I'm missing, so, my question is: Where do i get the necessary header/lib files from? It doesn't look like that the file is in any SDK, but i could be wrong.
Thank you in advance.
-nick94
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
Compiliation Problem
Re: Compiliation Problem
It might be that you did not install your Visual Studio properly
or you have messed with your project settings....
Because "afxres.h" is a header file used by MFC applications.
While UVNC is purely written Win32 and win32 applications dont use headerfiles like "afx*.h"
Anyways, open ur project in visual studio
->right click on project in solution explorer and go to properties
->Expand configuration properties->General
make sure the option "Use Of MFC" set to "Use Standard Windows Libraries"
or you have messed with your project settings....
Because "afxres.h" is a header file used by MFC applications.
While UVNC is purely written Win32 and win32 applications dont use headerfiles like "afx*.h"
Anyways, open ur project in visual studio
->right click on project in solution explorer and go to properties
->Expand configuration properties->General
make sure the option "Use Of MFC" set to "Use Standard Windows Libraries"
Regards
Roja
Roja
Re: Compiliation Problem
Thank you very much for your reply, i managed to fix the 'afxres.h' problem.
Last edited by nick94 on 2010-09-05 15:27, edited 2 times in total.