Quote:
Originally Posted by Bawan
That DLL is also created in another folder in the build, under libs/release or /debug etc or w/e was your build, it gets dumped along with your other binaries into your working server folder /bin.
|
zlib-ng1.dll
is in my bin folder: zlib-ng
d1.dll isn't, and that's the error I'm getting. In fact I can't find any record of this file. If I rename that one to ngd1, it just gives me some other error on server start; world.exe can't start, error 0x07000000000 or something like that.
[edit] So I bit the bullet and tried recompiling a standard unmodified EQEMU source, and that worked fine on the server. So apparently these vague & unhelpful errors are telling me something in my code changes has not worked. Not exactly sure how I track that down when the code is solid, VS shows no errors etc. but oh well.