Linking OpenSees from Xcode (to Frank)
Moderators: silvia, selimgunay, Moderators
-
- Posts: 71
- Joined: Sat Nov 29, 2008 10:18 am
- Location: -
Linking OpenSees from Xcode (to Frank)
Hi Frank. Do you know how to link the OpenSees Framework from Xcode? This is because I would like to write my models using Xcode. Thanks in advance.
Hugo Esquivel
-
- Posts: 71
- Joined: Sat Nov 29, 2008 10:18 am
- Location: -
Hello,
You can link your material using the dynamic linking api that Frank has released recently. He has provided a document detailing how to do this and it is available on this website. I believe this would be easier than trying to recompile the entire project with your material included.
Hope that helps.
Robbie
You can link your material using the dynamic linking api that Frank has released recently. He has provided a document detailing how to do this and it is available on this website. I believe this would be easier than trying to recompile the entire project with your material included.
Hope that helps.
Robbie
-
- Posts: 71
- Joined: Sat Nov 29, 2008 10:18 am
- Location: -
I did the procedure that you suggested above...
"In Xcode, create a new project and choose the template 'External Build System'. After that, you will need to edit the build target so that Xcode knows which directory to call make from."
but actually I don't know how to insert the model files into the OpenSees framework through Xcode. Could you, please, explain me this part better? Many thanks in advance.
"In Xcode, create a new project and choose the template 'External Build System'. After that, you will need to edit the build target so that Xcode knows which directory to call make from."
but actually I don't know how to insert the model files into the OpenSees framework through Xcode. Could you, please, explain me this part better? Many thanks in advance.
Hugo Esquivel