I'm using the code in version 1.0.2 to modify the repeater source code so it dumps its debug output to a text file rather than the screen. I can't get it to compile though, as I get errors. Can anyone help me figure out how to compile the executable?
repeater.obj : error LNK2001: unresolved external symbol _inet_ntoa@4
repeater.obj : error LNK2001: unresolved external symbol _gethostbyname@4
repeater.obj : error LNK2001: unresolved external symbol _inet_addr@4
repeater.obj : error LNK2001: unresolved external symbol _connect@12
repeater.obj : error LNK2001: unresolved external symbol _socket@12
repeater.obj : error LNK2001: unresolved external symbol _htons@4
repeater.obj : error LNK2001: unresolved external symbol _send@16
repeater.obj : error LNK2001: unresolved external symbol _shutdown@8
repeater.obj : error LNK2001: unresolved external symbol _closesocket@4
repeater.obj : error LNK2001: unresolved external symbol _recv@16
repeater.obj : error LNK2001: unresolved external symbol ___WSAFDIsSet@8
repeater.obj : error LNK2001: unresolved external symbol _WSAGetLastError@0
repeater.obj : error LNK2001: unresolved external symbol _select@20
repeater.obj : error LNK2001: unresolved external symbol _WSACleanup@0
repeater.obj : error LNK2001: unresolved external symbol _accept@12
repeater.obj : error LNK2001: unresolved external symbol _listen@8
repeater.obj : error LNK2001: unresolved external symbol _bind@12
repeater.obj : error LNK2001: unresolved external symbol _htonl@4
repeater.obj : error LNK2001: unresolved external symbol _WSAStartup@8
Debug/repeater.exe : fatal error LNK1120: 19 unresolved externals
Error executing link.exe.
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
How to compile the repeater source?
Re: How to compile the repeater source?
Nevermind, I got it working but it appears as though this is an old version of the repeater with no tray icon or routines for running as a windows service. Does anyone know where I can find the source code for the new version?