EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Public login server (devnoob) (https://www.eqemulator.org/forums/showthread.php?t=31568)

pfyon 06-30-2010 10:34 PM

Just fyi, to fix the linux compile I removed the explicit scope declaration in client.cpp:

Code:

Index: Client.cpp
===================================================================
--- Client.cpp  (revision 59)
+++ Client.cpp  (working copy)
@@ -127,7 +127,7 @@
        }

        unsigned int mode = *((unsigned int*)data);
-      if(mode == (unsigned int)LoginMode::lm_from_world)
+      if(mode == (unsigned int) lm_from_world)
        {
                log->Log(log_network, "Session ready indicated logged in from world(unsupported feature), disconnecting.");
                connection->Close();

edit: I haven't tested the change, but it did let it compile without warnings (for that part anyway)

provocating 06-30-2010 11:47 PM

I got the win 32 version to compile and it seems to run under wine so I probably will not mess with it just yet.


All times are GMT -4. The time now is 11:31 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.