Random Chitchat 2012-2016
There is a working implementation on the customnames branch, would you want to have a look?
Thanks given by:
NVM. I figured it out. Sorry to bother y'all.
Thanks given by:
ProtoProxy compiles under Linux, yay!
Thanks given by:
According to ohloh we have made more then 4000 commits. Smile
Thanks given by:
Yes, I can see that moving to GitHub has been a good move, ever since then we're gaining more momentum.
Thanks given by:
Yea it took some getting used to for me, but we have allot more contributors.
EDIT:
Awww I finaly got a x64 compiler working in VS 2008 but MCServer doesn't compile on it.
Thanks given by:
Really? What are the error messages? Maybe they'll be easy to fix.

I suppose the StackWalker and MemoryLeak won't compile; we could throw those out for x64.
Thanks given by:
Quote:1>------ Build started: Project: MCServer, Configuration: Release x64 ------
1>Compiling...
1>Thread.cpp
1>IsThread.cpp
1>..\src\OSSupport\Thread.cpp(31) : error C2664: 'RaiseException' : cannot convert parameter 4 from 'DWORD *' to 'const ULONG_PTR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>..\src\OSSupport\IsThread.cpp(80) : error C2664: 'CreateThread' : cannot convert parameter 3 from 'DWORD_PTR (__cdecl *)(LPVOID)' to 'LPTHREAD_START_ROUTINE'
1> None of the functions with this name in scope match the target type
1>Build log was saved at "file://g:\MCServer\Nieuwste versie\Branches\MCServer x64\VC2008\x64\Release\BuildLog.htm"
1>MCServer - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped ==========
Thanks given by:
That should be fixable quite nicely.
Thanks given by:
When I change
(DWORD*)&info
to
(ULONG_PTR*)&info
and
thrExecute
to
(LPTHREAD_START_ROUTINE) thrExecute
I get a linking error, but I don't think they have anything to do with the previous errors:
Quote:1>------ Build started: Project: MCServer, Configuration: Release x64 ------
1>Compiling...
1>IsThread.cpp
1>Linking...
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _length_code
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _dist_code
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _tr_init
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _tr_flush_block
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _tr_align
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _tr_stored_block
1>zlib.lib(deflate.obj) : error LNK2001: unresolved external symbol _tr_flush_bits
1>cryptopp.lib(integer.obj) : error LNK2001: unresolved external symbol Baseline_Add
1>cryptopp.lib(integer.obj) : error LNK2001: unresolved external symbol Baseline_Sub
1>cryptopp.lib(sha.obj) : error LNK2001: unresolved external symbol X86_SHA256_HashBlocks
1>cryptopp.lib(rijndael.obj) : error LNK2001: unresolved external symbol Rijndael_Enc_AdvancedProcessBlocks
1>g:\MCServer\Nieuwste versie\Branches\MCServer x64\VC2008\\..\MCServer\MCServer.exe : fatal error LNK1120: 11 unresolved externals
1>Build log was saved at "file://g:\MCServer\Nieuwste versie\Branches\MCServer x64\VC2008\x64\Release\BuildLog.htm"
1>MCServer - 12 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped ==========
Thanks given by:




Users browsing this thread: 10 Guest(s)