Board index » delphi » class not found

class not found

Hey guys,

I changed the version of some components i am using
in my project and now i can not run the project
having class not found error.

I tried to open all forms and then BuildAll,
also tried RegisterClass call..

What else can i try?

Thank you,
Eugene.

 

Re:class not found


Hi,

Make sure the new class name in your search path (Library).

Regards
Thomas

"Eugene V. Goldberg" <eg...@mts-nn.ru> wrote in message
news:3bfa7570_2@dnews...

Quote
> Hey guys,

> I changed the version of some components i am using
> in my project and now i can not run the project
> having class not found error.

> I tried to open all forms and then BuildAll,
> also tried RegisterClass call..

> What else can i try?

> Thank you,
> Eugene.

Re:class not found


Thank you Thomas - thats the one i forgotten ;)

Eugene.

Quote
"Thomas" <apri...@hotmail.com> wrote in message news:3bfa7d78$1_2@dnews...
> Hi,

> Make sure the new class name in your search path (Library).

> Regards
> Thomas

> "Eugene V. Goldberg" <eg...@mts-nn.ru> wrote in message
> news:3bfa7570_2@dnews...
> > Hey guys,

> > I changed the version of some components i am using
> > in my project and now i can not run the project
> > having class not found error.

> > I tried to open all forms and then BuildAll,
> > also tried RegisterClass call..

> > What else can i try?

> > Thank you,
> > Eugene.

Other Threads