For developers writing C++, Fortran, Java, code who have questions or comments to make.
Moderators: silvia, selimgunay, Moderators
-
nibas
- Posts: 24
- Joined: Thu Jun 09, 2005 12:25 am
- Location: NTUA
Post
by nibas »
I made an OpenSees.exe with the code I got from the site (stable one),
then I copied the exe at the right directory so as the tcl editor call it,
and i got an error message (that i sent it via e-mail, how could i attach it at the forum?)
Why???
Nibas
Civil Engineer
Ph.D. Candidate
-
fmk
- Site Admin
- Posts: 5884
- Joined: Fri Jun 11, 2004 2:33 pm
- Location: UC Berkeley
-
Contact:
Post
by fmk »
just cut and paste the error message or repeat the important part of the error message.
-
nibas
- Posts: 24
- Joined: Thu Jun 09, 2005 12:25 am
- Location: NTUA
Post
by nibas »
Now, with you help I run the exe from the code, and i got the same message:
"Run-Time Check Failure #3 - The variable 'iperm_r' is being used without being defined."
with 2 preferences: break and continue
Nibas
Civil Engineer
Ph.D. Candidate
-
nibas
- Posts: 24
- Joined: Thu Jun 09, 2005 12:25 am
- Location: NTUA
Post
by nibas »
Ok, i initialized the variable iperm_r as:
int *iperm_r = NULL;
and it works
Thanks frank
Nibas
Civil Engineer
Ph.D. Candidate