Successful compile's on everything but patcher
When I refer to cHiPiDle's thread, I mean this one:
http://forum.ragezone.com/f640/release-iris-1-18-server-920390/
When I refer to holchan's thread, I mean this one:
http://forum.ragezone.com/f641/tutorial-compile-source-920921/
Adding this note here as well:
-----------------------------
STL seems to be an issue with both releases of source code cHiPiDle's and holchan's.
I can get holchan's Code to successfully compile, all but the patcher.
----------------------------------------
Update 4 AM 4/1/2003
----------------------------------------
Key = Build type (Note: Always make sure HttpDownLoader is set to <R>)
----------------
<D> = <Debug>
<R> = <Release>
<S> = <Release_Selling>
<U> = <Release_Unicode>
----------------
***Successful builds using the following Build Types***
<D> DummyClient
<R> AgentDemon
<S> Client
<R> GameServ
<R> HttpDownLoader
<R> Launcher
<R> LogDemon
<R> LoginSrv
<R> MapEditor
<R> ModelViewer
<R> PatchBackupMaker
<R> PatchMaker
<R> RC5Crypto
<R> ResourceChecker
<D> ServerTool
<D> UnPackTool
<U> ZipArchive
***Unsuccessful Build due to STL incompatability***
<Any build type> Patcher *Fail*
VS2005 <Includes>
------------------
ThirdParty\MilesWin\include <-- from cHiPiDle's post
ThirdParty\curl-7.21.3\include\curl <-- from cHiPiDle's post
IRIS_Code\RC5Crypto <-- from holchan's post
STLport-5.1.5\stlport <-- from cHiPiDle's post
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include <-- as mentioned in holchan's post
VS2005 <Libraries>
------------------
ThirdParty\MilesWin\lib <-- from cHiPiDle's post
ThirdParty\curl-7.21.3\lib\LIB-Release <-- from cHiPiDle's post
STLport-5.1.5\lib <-- from cHiPiDle's post
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86 <-- as mentioned in holchan's post
Build Order was same as listed above. It truly didn't matter when I built it this way.
Still looking into the Patcher issue with STLport-5.1.5 (this version is listed through out the source code, so it must have been a machine dependency based on architecture that allowed them to bypass this issue. would not surprise me if the code was originally compiled on either Sun Sparc, AIX, or HP-UX Mid-Range Servers; as this is the typical architecture for STLport development.)
Keeping notes in both threads kinda suxxors, but it is the only way I can guarantee I don't have to wonder who read what. ;-)
So anyhow, successful built files:
--------------------------------
DummyClient.exe
IrisAgentDemon.exe
IrisClient.exe
IrisGameSrv.exe
IrisLauncher.exe
IrisLogDemon.exe
IrisLoginSrv.exe
IrisMapEditor.exe
ModelView.exe
RegenTool.exe
ServerTool.exe
To view the content, you need to sign in or register
Did not modify the Client password from your previous post, in case your curious.
Code:
Still the same:
#define PACK_PASSWORD _T("dkdlfltmehdwjq10aks")
What I may do:
For STLport issues not recognizing some commands:
Just not going to fight this patcher right now.
It may very well be better to take what is there for the patcher and re-write it properly.