Question for compiling

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
zhan
Posts: 11
Joined: Fri Nov 21, 2008 4:25 pm
Location: UCLA

Question for compiling

Post by zhan »

Hello everyone,

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?

Is there any guide that I can follow?

Thank you so much.

:) Zhan Shu
pejman_opensees
Posts: 123
Joined: Tue Oct 31, 2006 10:40 am
Location: k.n.toosi University

Post by pejman_opensees »

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.
Pejman
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

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.
zhan
Posts: 11
Joined: Fri Nov 21, 2008 4:25 pm
Location: UCLA

Post by zhan »

Thank you fmk and pejman for your help,

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.

Continuing rebuild will give me no warnings.

Thank you again
Post Reply