Search found 5 matches

by Rockone
Tue Jan 09, 2007 4:49 pm
Forum: Framework
Topic: errors compiling 1.7
Replies: 10
Views: 16903

thank you very much, fmk.
i get some good suggestion from your reply.
by Rockone
Tue Jan 09, 2007 4:38 pm
Forum: Framework
Topic: error compiling 1.7.3 with MSVC6
Replies: 2
Views: 9978

now i get it!
just change the content of this file to below code, and add to my project
OpenSees/SRC/win32/VC2005errno.cpp

Code: Select all

extern "C" 
{
    int __mb_cur_max;
    unsigned short* _pctype;
    int errno;
}
by Rockone
Sat Jan 06, 2007 11:13 pm
Forum: Framework
Topic: error compiling 1.7.3 with MSVC6
Replies: 2
Views: 9978

i think the reason is the link option of libIEPCF90.lib is also "ML", but I don't have the source code.

if i add "/force" to the link option, it will build an exe file.
But i think it maybe cause some unknown problems.
by Rockone
Sat Jan 06, 2007 11:11 pm
Forum: Framework
Topic: error compiling 1.7.3
Replies: 3
Views: 8382

i think your lib path setting is not right.

if you are using MSVC, you can change them just like below.

Project->Settings->link

category: select "input"
add your lib path to "additional library path:"
by Rockone
Sat Jan 06, 2007 11:00 pm
Forum: Framework
Topic: error compiling 1.7.3 with MSVC6
Replies: 2
Views: 9978

error compiling 1.7.3 with MSVC6

When i compile OpenSees with MSVC6, i find all of these projects use option: " /ML " (Single-Threaded) More details please refer to below link: http://msdn2.microsoft.com/en-us/library/2kzt1wy3(VS.71).aspx After i change all "/ML" options to " /MD " (Multithread) i still get below error messages. li...