01-16-2014, 08:42 AM
There is a working implementation on the customnames branch, would you want to have a look?
Random Chitchat 2012-2016
|
01-16-2014, 08:42 AM
There is a working implementation on the customnames branch, would you want to have a look?
01-16-2014, 08:45 AM
NVM. I figured it out. Sorry to bother y'all.
01-17-2014, 10:16 PM
ProtoProxy compiles under Linux, yay!
According to ohloh we have made more then 4000 commits.
01-19-2014, 01:00 AM
Yes, I can see that moving to GitHub has been a good move, ever since then we're gaining more momentum.
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.
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.
01-19-2014, 01:26 AM
Quote:1>------ Build started: Project: MCServer, Configuration: Release x64 ------
01-19-2014, 02:04 AM
That should be fixable quite nicely.
01-19-2014, 02:26 AM
When I change
(DWORD*)&infoto (ULONG_PTR*)&infoand thrExecuteto (LPTHREAD_START_ROUTINE) thrExecuteI 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 ------ |
« Next Oldest | Next Newest »
|