Hey Rahul,
Your class that derives from GThread (Gridcomp in your case) must have a
function it in like
public void Start()
{
}
Notice that it takes no arguments and doesn't return anything.
This is the function that gets called when the GThreads get executed on each
executor. (This is the definition of an abstract function -- if the base
class, GThread in this case, defines an abstract function, it only provides
an interface for it and no implementation. By deriving from the abstract
GThread you must provide the implementation for the abstract function.)
I poked through your code and think that your Test function is what you are
trying to run on each executor. So you could probably just rename public
void Test() to public void Start() and it would work.
HTH,
-Matt
On 3/26/07, Shankarnarayna Rahul Kavalapara <[EMAIL PROTECTED]> wrote:
Hello Alchemi users,
Im facing an error while executing my
program can you please help me.
Im attaching my program with the mail.
this is the error i encountered with...
Error: Error:
'tutorial.Gridcomp does not implement inherited abstract member '
Alchemi.Core.Owner.GThread.Start()'
------------------------------
Check out some new online services at Windows Live Ideas—so new they
haven't even been officially released yet. Try
it!<http://www.msnspecials.in/windowslive/>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
alchemi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alchemi-users