Search found 5 matches

by gqw
Mon May 29, 2006 11:11 am
Forum: Framework
Topic: Debugging in VC++
Replies: 4
Views: 6670

first select the Debug setting ,using "Solution Configuration" from the "Standard" toolbar" ,then rebuild . you can add break point 1.Put your cursor on line that you want to stop 2.right-click ,chosed insert breakpoint, 3.To debug, press F5 (or "Debug -> Start") T...
by gqw
Fri May 19, 2006 7:32 am
Forum: Framework
Topic: Debugging in VC++
Replies: 4
Views: 6670

you should choose "Debug" option to build you code
by gqw
Fri May 19, 2006 7:25 am
Forum: Documentation
Topic: OpenSEES User Manual now available in PDF format
Replies: 14
Views: 26748

Great,thanks
by gqw
Wed Jul 27, 2005 8:33 am
Forum: OpenSees.exe Users
Topic: superLU 3.0 problems
Replies: 2
Views: 5112

thank you!

int *iperm_r;

change to:

int *iperm_r = NULL;

It run ok in debug mode!
my platform is XP+vs.net2003

superLU 3.0 have updated in

http://crd.lbl.gov/~xiaoye/SuperLU/
by gqw
Mon Jul 18, 2005 7:49 am
Forum: OpenSees.exe Users
Topic: superLU 3.0 problems
Replies: 2
Views: 5112

superLU 3.0 problems

when I use
system SparseGeneral -piv
will be break by this messgae
Run-Time Check Failure #3 - The variable 'iperm_r' is being used without being defined.
source code file is dgstrf.c