I want to recompile the source code to make a new executable. For this the instructions given on webpage is
But if we see the source code, there is no file named "opensees.dsw" in "Win32" folder. but there is a file named "OpenSeesFortran.mak"We have provided you with a Visual C++ project, opensees.dsw, located in the OpenSees/Win32 directory. Click on this file to open it and then click on build to build it. However, be sure the active project in the workspace is set to openSees and not actor, the default active project.
Do we need to use Fortran to run this or will it run in Visual C++ (I have visual C++ inside visual studio)
Also it says
does it mean that the visual c++ has to be installed in "C:\msdev" folder?The include directory for MSDev library files is given as C:\msdev\lib in the OpenSees VC++ project settings. If MSDev is located in a different directory on your machine, you will have to change the project settings accordingly.
Thanks in advance