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

Z_SC_luk_mod_r2 primary language error

Single Click discussions / bugs
Post Reply
ird
Posts: 7
Joined: 2006-07-20 09:21

Z_SC_luk_mod_r2 primary language error

Post by ird »

hi everyone,

Have tried for ages to be able to compile customised offline SC Client.exe. The only available foundation I have found as been luk.o generous freely available Z_SC_luk_mod_r2.

However have hit a wall with these two errors, ..has anyone had similar errors, if so how can i change the primary language type to a hexadecimal.?? Actual code and errors below using, vc++6.0 standard edition, vs6sp5, vcpp5(manual install), ms psdk 2003 (feb 2003).


code snippit--

// Neutral resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#pragma code_page(1252)
#endif //_WIN32


error log--
--------------------Configuration: winvnc - Win32 Debug--------------------
Compiling resources...
C:\SC_source\Z_SC_luk_mod_r2\Z_SC_luk_mod\Z_SC\winvnc\winvnc\winvnc.rc (20): error RC2144 : PRIMARY LANGUAGE ID not a number
C:\SC_source\Z_SC_luk_mod_r2\Z_SC_luk_mod\Z_SC\winvnc\winvnc\winvnc.rc (29): error RC2135 : file not found: 153
Error executing rc.exe.
winvnc.exe - 2 error(s), 0 warning(s)
XPPROSP2 VS2005 SC111
---------------------------------------------------------
Out of Sight does not always mean Out of Mind.
---------------------------------------------------------
Post Reply