![]() |
|
June Server, Client, Tools Source ..... - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Release Zone (https://lckb.dev/forum/forumdisplay.php?fid=190) +---- Forum: Episode 4 Releases (https://lckb.dev/forum/forumdisplay.php?fid=156) +----- Forum: Server Side (https://lckb.dev/forum/forumdisplay.php?fid=138) +------ Forum: Archived Server Side (https://lckb.dev/forum/forumdisplay.php?fid=121) +------ Thread: June Server, Client, Tools Source ..... (/showthread.php?tid=4664) Pages:
1
2
|
- CDWriter - 02-08-2016 Since i gave it to Warface , and others who gave it to pwesty ....i might as well give it to all the rest .... have fun .... I hope all the ones who payed for this from anyone above (Warface, Pwesty).... Love this release !!!!! If you cant find a client for this since its the new Xml menu clients, let me know ill release a client that uses sl.dta.. have fun ..... And I've made this one Windows version also !!!!! All Source was taken from Barunson by me on 6.1.2015 2 CDWriter Need help our want me to release the source code tidbit on what to fix and change ...post a reply here or skype me!! Also give me a Thumbs up please!!! - dethunter12 - 02-08-2016 good release thanks - CDWriter - 02-08-2016 and you released my windows version .... Great ??? but its March only - Sutz - 02-08-2016 Are there any includes we need to get?.. or is everything that we need in here. I been having alot of problems getting my windows setup to compile LC - CDWriter - 02-08-2016 ----Fix-for-error---memove---------Potential Pitfall--------------------------------- [Potential Pitfall]: RHEL 6.3 gave me the following build [prompt]$ make inputstreamreader.cpp:66: error: 'memmove' was not declared in this scope make[3]: *** [inputstreamreader.lo] Error 1 Edit the following three files to fix this error: File: apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp Add the include file: #include <string.h> Change from: #include <log4cxx/logstring.h> #include <log4cxx/helpers/inputstreamreader.h> #include <log4cxx/helpers/exception.h> #include <log4cxx/helpers/pool.h> #include <log4cxx/helpers/bytebuffer.h> to: #include <string.h> #include <log4cxx/logstring.h> #include <log4cxx/helpers/inputstreamreader.h> #include <log4cxx/helpers/exception.h> #include <log4cxx/helpers/pool.h> #include <log4cxx/helpers/bytebuffer.h> File: apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp Add the include file: #include <string.h> File: apache-log4cxx-0.10.0/src/examples/cpp/console.cpp Add the include files: #include <stdio.h> #include <string.h> --------------------------------Potential Pitfall------------------------------- did you add the includes, and these files are right off barunson servers nothing removed ...... - pwesty - 02-08-2016 No one bought anything from me i released it for free on here- kravens - 02-08-2016 I always have error to compile this client, i have installed all libraries. - CDWriter - 02-08-2016 what error? - Assasin - 02-08-2016 i have this problem: 1>------ Build started: Project: Ecc, Configuration: Release Win32 ------ 1>Build started 2016-02-08 17:41:28. 1>InitializeBuildStatus: 1> Creating ".\Release\Ecc.unsuccessfulbuild" because "AlwaysCreate" was specified. 1>CustomBuild: 1> Creating parser source 1> Parser.y: konflikty: 86 przesuniÅ•cie/redukcja, 1 redukcja/redukcja 1> Parser.y:416.18: ostrzeâ”enie: bezuâ”yteczna regu│a w analizatorze z powodu konfliktˇw: class_declaration: /* pusta */ 1> Liczba skopiowanych plików: 1. 1> Performing Custom Build Tools 1>ClCompile: 1> Main.cpp 1> Parser.cpp 1>Parser.c(2368): warning C4065: switch statement contains 'default' but no 'case' labels 1> SCANNER.CPP 1>SCANNER.CPP(26): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory 1> Generating Code... 1> 1>Build FAILED. 1> 1>Time Elapsed 00:00:26.05 2>------ Skipped Build: Project: Engine ------ 2> 3>------ Build started: Project: DecodeReport, Configuration: Release Win32 ------ 3>Build started 2016-02-08 17:41:54. 3>InitializeBuildStatus: 3> Creating ".\Release\DecodeReport.unsuccessfulbuild" because "AlwaysCreate" was specified. 3>ClCompile: 3> StdAfx.cpp 3>G:\1-06-2015 LC\LCSource-01.06.15\SRCDesign\Engine/Effect/CTag.h(73): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details. 3> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr' 3>G:\1-06-2015 LC\LCSource-01.06.15\SRCDesign\Engine/Effect/CTag.h(74): warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details. 3> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(252) : see declaration of 'strupr' 3>G:\1-06-2015 LC\LCSource-01.06.15\SRCDesign\Engine/Entities/Entity.h(49): fatal error C1083: Cannot open include file: 'Engine/Classes/BaseEvents.h': No such file or directory 3> 3>Build FAILED. 3> 3>Time Elapsed 00:00:01.64 ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 1 skipped ========== - Arnii - 02-08-2016 No one bought anything from me i released it for free on herenot true, You asked me like 100€ or more to get decend server files with tool and client,till now i've got like few tools and crapy server files, then wonder why I get den your board( sure I had acces to it from you but still? Anyways I m done off topic. Thanks CDwriter for this release |