PlaneShift

Development => Development Deliberation => Topic started by: kaiserbert on February 06, 2007, 12:34:36 am

Title: Questions to better understand the structur of the source
Post by: kaiserbert on February 06, 2007, 12:34:36 am
Hi All,

I wanna understand the structur of this source code,
therefor some Questions,

I will insert all answers into this body.

1.)Where is the main.cpp?
For the client it is in src/client/psengine.cpp
For the server it is in src/server/main.cpp


2.)Where is the main.cpp for the updater Program?


 
bye Bert
Title: Re: Questions to better understand the structur of the source
Post by: acraig on February 06, 2007, 01:17:32 am
It depends on which application you are looking at. 

For the client it is in src/client/psengine.cpp
For the server it is in src/server/main.cpp
Title: Re: Questions to better understand the structur of the source
Post by: kaiserbert on February 15, 2007, 10:48:03 am
Where is the main.cpp for the updater Program?
Title: Re: Questions to better understand the structur of the source
Post by: Bereror on February 15, 2007, 11:00:47 am
Where is the main.cpp for the updater Program?

There really aren't too many .cpp files in the updater directory. There was no main.cpp, so I checked updater.cpp and finally found it in psupdaterengine.cpp. It took me more time to write this message than to locate the main() function for the updater.