I just started developing Opensees.
I downloaded newested version and opened that with visual studio 2008.
How can I generate the file Opensees.exe out of this project?
Open the project file in win32 directory. Set active project as OpenSees project in the class hierarchy. Build and execute the project. OpenSees.exe will be generated automatically.
open the OpenSees2005 solution in the win32 directory and NOT the OpenSees solution, otherwise when it links you will find that it is missing certain symbols, eg. errno.
I build that solution and I meet with errors that several ".h" files are missing.
I located those missing files by setting VC++ directions from
"Tools->Options->Projects and Solutions->VC++ Directions"
Then after rebuilding (need to restart VS 2008), all errors are gone.
Still several warnings coming up though.
VS2008 changed several double parameters to float form.