problem of dll

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
tajima
Posts: 1
Joined: Mon Aug 29, 2011 5:01 pm
Location: Nihon University

problem of dll

Post by tajima »

I built elasticPPCPP.dll using VC++2010Express and tested it.

In the test step #4,
(4. source an example script containing your new command,
i.e. type: "source example1.tcl" )
OpenSees(ver.2.3.1) showed error messages.
The error messages were as follows.

OpenSees > source example1.tcl
Domain::addNode - node with tag 1already exists in model
WARNING failed to add node to the domain
node: 1

Could you please help me.

Thanks,
rainandcm
Posts: 19
Joined: Sun Feb 07, 2010 7:29 am
Location: University of Alaska Anchorage

Re: problem of dll

Post by rainandcm »

You may need a "wipe"command in the code.
Mercure
Posts: 4
Joined: Tue Sep 06, 2011 6:30 am
Location: Université de Sherbrooke

Re: problem of dll

Post by Mercure »

What do you mean by "wipe" command?
Mercure
Posts: 4
Joined: Tue Sep 06, 2011 6:30 am
Location: Université de Sherbrooke

Re: problem of dll

Post by Mercure »

In my case, if I use a wipe command before loading example1.tcl, OpenSees ceases to work and if I don't, i get the error.
marykabrown
Posts: 2
Joined: Fri Apr 06, 2012 12:11 am
Contact:

Re: problem of dll

Post by marykabrown »

Please explain wipe command.
Mary Business Manager with 12 yrs exp in audio transcription and Education transcription.
rainandcm
Posts: 19
Joined: Sun Feb 07, 2010 7:29 am
Location: University of Alaska Anchorage

Re: problem of dll

Post by rainandcm »

marykabrown wrote:
> Please explain wipe command.
Sorry for the late reply. I had similar problems before. OpenSees doesn't allow us to define a node twice. This is what the error tells. Maybe try to print the node number out. Check one by one to see where you are trying to overwrite an existing node number.
kalkulatorkredytowy
Posts: 1
Joined: Tue Jul 17, 2012 8:17 am

Re: problem of dll

Post by kalkulatorkredytowy »

So basically node can be defined only once?
LoydVanderwerff
Posts: 1
Joined: Wed Jul 18, 2012 5:41 am

Re: problem of dll

Post by LoydVanderwerff »

What i found about wipe


wipe is a little command for securely erasing files from magnetic media. It compiles under various unix platforms, including Linux 2. * , (Open, Net, Free)BSD, aix 4.1, SunOS 5.5.1, Solaris 2.6. wipe is released under the GPL. Pre-compiled packages are available on most Linux distributions. Under Debian, the package name is wipe .



I still dont get it :(
Post Reply