Search found 56 matches

by blaiman
Sat Nov 18, 2017 6:36 pm
Forum: Framework
Topic: compile opensees with 2015
Replies: 7
Views: 9681

Re: compile opensees with 2015

idealzeng wrote:
> I compile opensees with vs2017 successfully

Which revision of the code did you pull to get it to work on MSVS? I pulled the 6236 release code and have 775 errors after I converted to 2017 and tried to do a re-build.
by blaiman
Tue Jun 21, 2016 7:08 am
Forum: Framework
Topic: compile opensees with 2015
Replies: 7
Views: 9681

Re: compile opensees with 2015

I'm pretty much stuck with the same problem... Everything ran very well when compiling and building in MSVS 2010 even with my new code and modifications. The moment I ported over to MSVS 2015 and it updated all my projects, I get the exact same link errors as keqiliu. I gotta play around with this a...
by blaiman
Wed Feb 17, 2016 10:50 am
Forum: OpenSees.exe Users
Topic: GUI For Future Releases
Replies: 2
Views: 4039

GUI For Future Releases

Just curious... any word or comment from full time OpenSees developers whether or not a GUI will be incorporated in upcoming future builds?
by blaiman
Fri Oct 02, 2015 9:28 am
Forum: Framework
Topic: adding customized code
Replies: 5
Views: 7105

Re: adding customized code

What he means is you have to really get your hands deep and pull the latest and greatest working source code from the database and be very careful in how you add in your modifications to incorporate warping. For instance, a colleague and I worked together a couple years back to incorporate warping a...
by blaiman
Tue Sep 08, 2015 3:52 pm
Forum: Framework
Topic: libifport.lib
Replies: 3
Views: 5027

Re: libifport.lib

Unfortunately I haven't.... I've been trying to hack at it for some time now but not getting anywhere. I'm hoping that at future builds someone will fix this problem and update the .sln file such that full build will be successful at first try.
by blaiman
Fri Aug 28, 2015 7:42 am
Forum: Framework
Topic: libifport.lib
Replies: 3
Views: 5027

libifport.lib

Hello all, I'm currently trying to do a build with the very latest and greatest source code (R6076). Unfortunately I'm running into an issue with a library file that's trying to be compiled which is throwing me a LNK1104 error message. The .lib in question is denoted as "libifport.lib." Anyone out t...
by blaiman
Tue Aug 18, 2015 10:05 am
Forum: Framework
Topic: error LINK 1181 when buiding r6016
Replies: 2
Views: 3748

Re: error LINK 1181 when buiding r6016

LINK is not a folder or project part of OpenSees or any source code for that matter. This is a compiler error saying that the analysis project/library isn't being built or something went wrong and hence the OpenSees project can't be linked to it. One thing that comes to mind is that you should make ...
by blaiman
Thu Mar 05, 2015 11:32 am
Forum: Framework
Topic: Opensees.exe I built can not run
Replies: 7
Views: 7759

Re: Opensees.exe I built can not run

Did you try getting the last stable solution and project files that correspond with the 2.4.5 release? That might help out with your problem.
by blaiman
Mon Mar 02, 2015 9:08 am
Forum: Framework
Topic: svn Download problem ?
Replies: 41
Views: 32539

Re: svn Download problem ?

I've come across this problem multiple times before... it would typically happen when I would move my whole OpenSees folder to a different location and opened up the solution again. In terms of fixing it... don't really have an idea of how to get rid of that problem.
by blaiman
Mon Feb 16, 2015 12:41 pm
Forum: Framework
Topic: Microsoft Visual studio (C#) code
Replies: 1
Views: 2983

Re: Microsoft Visual studio (C#) code

Not sure if your C# code will integrate and work well with the OpenSees solutions seeing that everything is done in C++...
by blaiman
Fri Feb 13, 2015 8:16 pm
Forum: Framework
Topic: Solution File Not Loading Properly R5855+
Replies: 2
Views: 3496

Re: Solution File Not Loading Properly R5855+

Problem solved! For future reference if anyone else is having this issue: For some reason the project files need to be updated individually under the Win32/proj directory unlike previous releases apparently. Before you were able to open up the solution file and MS VS would ask you if you would like ...
by blaiman
Fri Feb 13, 2015 7:53 pm
Forum: Framework
Topic: svn Download problem ?
Replies: 41
Views: 32539

Re: svn Download problem ?

SVN checkout is back up and running like a champ again now. Happy coding and development yall!
by blaiman
Mon Feb 09, 2015 8:03 pm
Forum: Framework
Topic: svn Download problem ?
Replies: 41
Views: 32539

Re: svn Download problem ?

Seeing the same problem as sb1966 when I try to do a svn checkout via my terminal. Was able to do it just fine over the weekend and when a friend of mine did it via tortoise svn.
by blaiman
Mon Feb 09, 2015 2:22 pm
Forum: Framework
Topic: Solution File Not Loading Properly R5855+
Replies: 2
Views: 3496

Re: Solution File Not Loading Properly R5855+

Looks like with some work and minimal effort, using the OpenSeesVC6 file as the solution file gets things running and built just the same... which leads me to my next question. What is the difference between these two solution files?
by blaiman
Mon Feb 09, 2015 12:06 pm
Forum: Framework
Topic: Solution File Not Loading Properly R5855+
Replies: 2
Views: 3496

Solution File Not Loading Properly R5855+

Anyone having an issue with the solution file not loading either all the projects or even just some of the projects based on which revision of the source code you check out? Seems like I only see this problem occur after the codes corresponding to the 2.4.5 exes but the 2.4.4 solution file seems to ...