1. Matt - EuCom with multiple includes
Matt,
I've started on a project that uses EuCom with about 11 include files
all created with tbrowse. At first I was just using objects from one of
the include files and all was fine. Then I started adding objects from
other include files and the event handling got weird. It would call one
event handler for a different event and bomb out because the number of
parms passed to routine wasn't the same as defined for the routine. I
know this might not make a whole lot of sense but if you have time I
have a .zip file with all of the tbrowse generated files, my example
program and a link to the documentation for the objects.
Would you have any time to glance at what I'm doing to see if it's
just a stupid mistake on my part?
Thanks,
Jonas Temple
http://www.yhti.net/~jktemple
2. Re: Matt - EuCom with multiple includes
Jonas Temple wrote:
>
> Matt,
>
> I've started on a project that uses EuCom with about 11 include files
> all created with tbrowse. At first I was just using objects from one of
> the include files and all was fine. Then I started adding objects from
> other include files and the event handling got weird. It would call one
> event handler for a different event and bomb out because the number of
> parms passed to routine wasn't the same as defined for the routine. I
> know this might not make a whole lot of sense but if you have time I
> have a .zip file with all of the tbrowse generated files, my example
> program and a link to the documentation for the objects.
>
> Would you have any time to glance at what I'm doing to see if it's
> just a stupid mistake on my part?
It could be that my event handling code is doing something wrong. I don't
think I've ever tried to use events from multiple objects before. Go ahead
and send the zip file to matthewwalkerlewis at gmail.com and I'll take a look
at it.
Matt Lewis