zhuminjie / OpenSeesPy

OpenSeesPy versions, doc, and pip
Other
164 stars 66 forks source link

added some functions in openseespy #77

Open canhuaLiu opened 2 years ago

canhuaLiu commented 2 years ago

Dear Doc. Zhu: Based on your source code, I modified the C + + kernel of OpenSees and added some functions I want. How can I package them into my own openseespy library.

mhscott commented 2 years ago

Here is a video on compiling opensees.pyd in Windows with Visual Studio. https://youtu.be/l5-vJDZR_hA

canhuaLiu commented 2 years ago

Here is a video on compiling opensees.pyd in Windows with Visual Studio. https://youtu.be/l5-vJDZR_hA

Thanks a lot, professor. As explained in your video, I tried to compile openseespy. But an error occurred while I compiled the analysis project. The code at the error location is as follows. image image

canhuaLiu commented 2 years ago

Here is a video on compiling opensees.pyd in Windows with Visual Studio. https://youtu.be/l5-vJDZR_hA

Dear Professor: The libdecimal.lib doesn't exsit in link file, why does it prompt that the lib can't be found? image