Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-interoperability » ASTNode_swapChildren
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
Akira Funahashi


Posts: 33
Registered:
September 2003
ASTNode_swapChildren 31 Aug '05 09:07 Go to previous message

Folks,

I have a question about Windows version of libsbml.dll.
I've installed libsbml-2.3.2 for Windows from the installer.n
In the installed libsbml.dll, I can't find the function
"ASTNode_swapChildren", which exsits on MacOS X and Linux
(which I've compiled by myself).

I've executed the following command on WindowsXP (MinGW).
There is no "ASTNode_swapChildren" in libsbml.dll.

$ strings libsbml.dll | grep ASTNode_
ASTNode_addChild
ASTNode_canonicalize
ASTNode_create
ASTNode_fillListOfNodes
ASTNode_free
ASTNode_getCharacter
ASTNode_getChild
ASTNode_getDenominator
ASTNode_getExponent
ASTNode_getInteger
ASTNode_getLeftChild
ASTNode_getListOfNodes
ASTNode_getMantissa
ASTNode_getName
ASTNode_getNumChildren
ASTNode_getNumerator
ASTNode_getPrecedence
ASTNode_getReal
ASTNode_getRightChild
ASTNode_getType
ASTNode_isBoolean
ASTNode_isConstant
ASTNode_isFunction
ASTNode_isInteger
ASTNode_isLambda
ASTNode_isLog10
ASTNode_isLogical
ASTNode_isName
ASTNode_isNumber
ASTNode_isOperator
ASTNode_isRational
ASTNode_isReal
ASTNode_isRelational
ASTNode_isSqrt
ASTNode_isUMinus
ASTNode_isUnknown
ASTNode_prependChild
ASTNode_setCharacter
ASTNode_setInteger
ASTNode_setName
ASTNode_setRational
ASTNode_setReal
ASTNode_setRealWithExponent
ASTNode_setType

When I execute the following command on MacOS X, it can find the
function "ASTNode_swapChildren".

$ nm /usr/local/lib/libsbml.dylib | grep ASTNode_swapChildren
00000000 A ASTNode_swapChildren.eh
00020e04 T _ASTNode_swapChildren
...

Do someone know what's wrong with my libsbml.dll?

Thanks in advance.
--
Akira Funahashi, Ph.D. | Kitano Symbiotic Systems Project,
[funa@symbio.jst.go.jp]| ERATO-SORST, JST

      

SubjectPosterDate
Read Message   ASTNode_swapChildren  Akira Funahashi31 Aug '05 09:07
Read Message   Re: ASTNode_swapChildren Ben Bornstein31 Aug '05 11:36
Read Message   Re: ASTNode_swapChildren Akira Funahashi31 Aug '05 16:47
Read Message   Re: ASTNode_swapChildren Ben Bornstein06 Sep '05 15:37
Previous Topic:clone method on ASTNode
Next Topic:python bindings of libsbml-2.3.2 on Mac OS X
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.