problem of dll
Moderators: silvia, selimgunay, Moderators
problem of dll
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,
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,
Re: problem of dll
You may need a "wipe"command in the code.
Re: problem of dll
What do you mean by "wipe" command?
Re: problem of dll
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.
-
- Posts: 2
- Joined: Fri Apr 06, 2012 12:11 am
- Contact:
Re: problem of dll
Please explain wipe command.
Mary Business Manager with 12 yrs exp in audio transcription and Education transcription.
Re: problem of dll
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.
> 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.
-
- Posts: 1
- Joined: Tue Jul 17, 2012 8:17 am
Re: problem of dll
So basically node can be defined only once?
-
- Posts: 1
- Joined: Wed Jul 18, 2012 5:41 am
Re: problem of dll
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
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