Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic No Groups with Delphi??? (Read 2114 times)
Mischa
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Feb 13th, 2008
No Groups with Delphi???
Mar 24th, 2008 at 2:34pm
Print Post  
Hello,

I want to use the Group-Function under delphi 2006.
But the following Err-Message appears:
'Class not registered'

Source:
var SubGroup:iGroupitem;
begin
SubGroup:=Cogroup.Create ;
end;

Is a missing reg.-key the reason ?!
I try to add some Keys under the TGUID: {D50AA317-72B3-4F6C-9E02-3C138FD34E78}
Then appears the following Message:
'ClassFactory can't deliver the Class'

Please help,

Mischa
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: No Groups with Delphi???
Reply #1 - Mar 24th, 2008 at 4:11pm
Print Post  
Hi,

Groups cannot be created using CoCreateInstance API or methods based on it (such as Cogroup.Create). The only way to create a group object is to call the FlowChart.CreateGroup method.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint