[gme-users] BON extender - how to use the generated
files"classes" within BON2interpreter
Berthing Jesper
f35594 at Danfoss.com
Wed Oct 18 23:28:16 CDT 2006
Hi Zoli,
Thanks for the small example. As you noticed below I created the object
from ModelImpl, it compiles but generates an error when the interpreter
is executed.
I had a look into the BON2SFExample folder, but I did not find it useful
related to my problem. Whereas the "Interpreter" folder uses separately
generated BONExtender files.
But at least it is working for me now and I can benefit from using the
BON extender interpreter, Thanks.
\Jesper
________________________________
From: gme-users-bounces at list.isis.vanderbilt.edu
[mailto:gme-users-bounces at list.isis.vanderbilt.edu] On Behalf Of Zoltan
Molnar
Sent: 18. oktober 2006 15:41
To: gme-users
Subject: RE: [gme-users] BON extender - how to use the generated
files"classes" within BON2interpreter
There is a sample interpreter using BONXtended classes
gme\Paradigms\SF\BON2SFExample\
However, you can benefit in this way of the bonX classes:
void Project::invokeEx( Project p, FCO focus, std::set<FCO> sel, long p)
{
JBETestBonX::JBEModel m( focus); // m will be nonzero if the focus
is really a JBEModel
if( m)
{
// hurray, let's do something with m
std::set<JBETestBonX::JBEAtom> atms = m->getJBEAtoms();
}
}
-----Original Message-----
From: gme-users-bounces at list.isis.vanderbilt.edu
[mailto:gme-users-bounces at list.isis.vanderbilt.edu] On Behalf Of
Berthing Jesper
Sent: Wednesday, October 18, 2006 6:59 AM
To: gme-users
Subject: [gme-users] BON extender - how to use the generated
files "classes" within BON2interpreter
Hi,
I have used the BON extender in order to make my life easier
;-), but how is it intended to be used with the generated interpreter
files (BON2Component.h and BON2Component.cpp) ?
Problem:
I create an object of lets say the generated class
JBETestBonX::JBEModelImpl within my BON2Component.cpp in order to call
the method getJBEAtom(). If the interpreter is invoked from GME it says
"MGAUtil: An Application error has occured in Component
MGA.Interpreter.JBE. The system ....."
I think it is my lack of C++ skills, so therefore any small
examples would be great.
Thanks in advance.
Best regards,
Jesper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.isis.vanderbilt.edu/pipermail/gme-users/attachments/20061018/f8733053/attachment.htm
More information about the gme-users
mailing list