I was pretty surprised to see the links go dead so fast.
I'll be moving my boards pretty soon to a host instead of keeping it local and will post a link for people that might want files. Tho I know at least a half dozen people that frequent this board already mirror all the files for others. |
http://www.activestate.com/activeperl/downloads shows 5.14 and 5.16 when i just checked. but yeah 5.12 was there a couple days ago
|
Links updated
|
Alright. So I've fiddled with EQEmu a little while, previously running Win32 versions without a hitch (well, ok, small hitches here and there, but never in the compiling stage) so I decided I would have a go at a new install (as in everything installed, Win64 versions of everything), but this time going with VS2010 Prof and the guide in this thread (which honestly, Akkadius has made this so simple, I think, that the guide itself isn't needed, it all compiles just fine -- for the most part?).
However, I'm having an issue with World.exe Here is the compile log for World.exe (and of course its dependency): Code:
1>------ Build started: Project: EMuShareMem, Configuration: Release x64 x64 ------ Code:
The application was unable to start correctly (0xc000007b). Click OK to close the application. Well.. All I know is, my EMuShareMem.DLL is being compiled into the /x64/Release x64" directory and my World.exe is being compiled into my /x64/ReleaseBots x64" where I would think they should be. So, I'm at a loss. As you may have assumed, I am indeed attempting to compile a ReleaseBots x64 version (bots version). I did take notice though configuration manager in VS2010 that "queryserv" defaulted on a "Release" configuration and not "Release x64". But I noticed this after the first and second attempt (after cleaning and rebuilding, just in case) to build the project. So I changed it to "Release x64", even though I believe it would make little to no difference to World.exe or the .DLL since they don't depend on it, but, figured, what the heck. At any rate.. 4 hours in, I'm just as clueless as to the issue as I was when I first received the error. Any ideas? |
Make sure you clean your solution before you compile and that you are pulling fresh binaries and the .dll from each of the target directories.
The target directories could probably be changed so it all makes sense but that is the way it was created initially by Secrets. I thought about changing that stuff as well but didn't get around to it. I might look at it but I have a ton of stuff going on right now, lots of personal stuff as well as some huge stuff that I've been working on for PEQ as well. |
Cleans = always done before building, just gives me a peace of mind if nothing else
Target Directories = eh, it didn't hurt my brain to figure out where to find them, the queryserv however was in "Release" (32 bit) because by default in the configuration manager it was selected as only "release" (which I assume is 32 bit). A quick simple change to "Release x64" compiled it in 64 bit and it ended up then in the "Release x64" directory I'm compiling and running on the same machine. I'm using the following: Windows 7 Home x64 MySQL 5.5 x64 Perl 5.14.2 Build 1402 Then again, I think I see the problem, maybe? For the 5.14 download link you have for "64 bit builds" you have: Code:
http://projecteqemu.googlecode.com/files/ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi Code:
http://downloads.activestate.com/ActivePerl/releases/5.14.2.1402/ActivePerl-5.14.2.1402-MSWin32-x64-295342.msi I'll download the 64 bit version of 5.14.2 of Perl, install that and see if World.exe still vomits or not. |
Yes that would do it, I was totally distracted while updating these links. They are updated again. My fault.
|
Quote:
Just glad it was that and not some long serious issue on my end. I about stuck with 32bit. |
Akkadius box.com is a great site for uploaded items if its allowed by admin for posting the url link.
|
Is it normal to receive a flood of warnings about deprecated functions?
VS 2010 C++ Express using pre-packed perl/zlib/sql libs and includes on a freshly imaged Win Srv. 2008 R2 machine. It would seem that a good 70-80% of the compile log states either "Possible Loss of Data" or "(Performance Loss)". |
Yes, the warnings are normal.
|
Just a thought, what about using CMake (like TrinityCore does for their WoW emu)?
I don't know if that's been discussed anywhere, and I don't know a thing about getting it set up - just how to use it, so I don't know if it would simplify or complicate things. The CMake for windows GUI is pretty easy and it should help to build the required files for any compiler |
Quote:
|
CMake can create the Visual Studio solutions and then you can use those to compile and have the nice IDE. Unfortunately for those that have trouble compiling in the first place, adding CMake to the mix is just one more step to get wrong.
|
My thought on CMake was that at least you'll have a visual checklist or what needs to be included and error list for what is missing, ie mysql lib, perl lib, etc etc.
at least how TC is set up, you select the source path, then point it to your mysql files (and for them openSSL, but for us would be perl and zlib) and generate. it'll spit out what's missing if the user forgot to set something up. i always thought that was an easier way to get things to compile than we've currently got implemented. especially since different compilers (ie versions of VS) get set up differently. just my $0.02 Edit: If i'm not mistaken, if new source is pulled and cmake is not run, when compiling VS will attemt to run CMake to generate the updated solution. At least 2010 does. |
All times are GMT -4. The time now is 02:43 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.