[gme-users] probklems with findByID (BON2)

Berthing Jesper f35594 at Danfoss.com
Sat Oct 28 16:25:06 CDT 2006


Hi All,
 
I have some extra information to the problem I posted some days ago.
 
1) When I delete some objects (Atoms) from my model and then execute the
interpreter, the function findByID returns that the delete object still
exists? (How can that be true if I deleted the objects before executing
the interpreter)
 
2) If I delete some objects from the model, save and close the project
and reopens it again, executes the interpreter. What tries to execute
the function findByID with the ID on the delete objects, an exception is
thown each time. Whereas the documentation says that a NULL object
should be returned.
 
I have tried to call the function with either true or false as the
secons parameter with no difference.
 
Has anybody any experience with this function? and its behaviour or any
clue what I could be doing wrong, please help me? ;-)
 
I am using GME version 6.5.8
 
Thanks.
 
Best regards,
Jesper
 
________________________________

From: gme-users-bounces at list.isis.vanderbilt.edu
[mailto:gme-users-bounces at list.isis.vanderbilt.edu] On Behalf Of
Berthing Jesper
Sent: 23. oktober 2006 20:08
To: gme-users at list.isis.vanderbilt.edu
Subject: [gme-users] probklems with findByID (BON2)




Hi,

I have a problem with the function findByID that throws an exception on
line 50 in bonimpl.cpp.

Currently I am using the function in order to check the current model
against a backup model (XML) where I have the ID's stored of each
object. If the object is present in the current model it functions
correctly, but if it is not present the exception is thrown.

Therefore, how should I use the function?

Example:
try
{
  if(0 == project->findByID("Id not present in the model", true))
  {
        // Object with id not present
  }
  else
  {
        // Object with id present.
  }
}
catch(BON::Exception& e)
{
        //print error
}

Best regards,
Jesper


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.isis.vanderbilt.edu/pipermail/gme-users/attachments/20061028/7cf01072/attachment.htm


More information about the gme-users mailing list