OpenSees 1.7.5 compilation

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

Moderators: silvia, selimgunay, Moderators

Post Reply
arduino
Posts: 10
Joined: Thu Dec 01, 2005 6:39 pm
Location: Seattle

OpenSees 1.7.5 compilation

Post by arduino »

Hi Frank,

I am getting the following error message when compiling OpenSees

LIBIFCORE.lib(for_init.obj) : error LNK2019: unresolved external symbol __pxcptinfoptrs referenced in function _GETEXCEPTIONPTRSQQ

i.e. it has problems linking the library LIBIFCORE.lib

I am using vc++ 2005. I open the solution file, have converted the files, and included the VC2005errno.cpp into the OpenSees project.

Thanks!
Pedro
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

pedro,

o believe i have fixed that one and placed the code in the repository. the change was to replace IFCORE with IFCOREMT. i am not having that problem, if problem persists can you get back to me.

ps. how goes the contact!
arduino
Posts: 10
Joined: Thu Dec 01, 2005 6:39 pm
Location: Seattle

Post by arduino »

Frank,

Thanks! It worked. For some reason the solution project file was linking LIBIFCORE.lib and not LIBIFCOREMT.lib.

I got version 1.7.5 from the tarball, not CVS. Maybe the CVS repository is more updated?

Thanks again.

Pedro
hagbard85
Posts: 4
Joined: Tue Jan 08, 2008 9:32 am
Location: Carleton University

Same type of problem

Post by hagbard85 »

Hi!

I am having the same type of problem. I posted my question (http://opensees.berkeley.edu/community/ ... php?t=5462), but after a careful reading of the forum , I found this topic.

I read the solution provided by Frank, but I didn't understand it at all. I am afraid I need one more detailed explanation... Could you please help me with the necessary steps for fixing the problem?

Thank you!

Carlos
Post Reply