Hi

Is there no other solution to building the dependency of the classes?
I have tried to load the classes and to compile the classes with
$system.OBJ.CompileAll("kyrb") but it gives me the same problem.

Will there be a solution in a newer version of Cach� so that the dependency
of the classes is known when compile the classes (like in Cach� 4)?

Does anyone know or has anyone another work around?

Thanks

Cindy

"Peter Cooper" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Cindy
>
> I and others are comming across the same sort of problems (see earlier
> posts)
>
> try
> load the classes without compiling
> and then
> do $System.OBJ.CompileAll("kyrb")
>
> also if you have some heavy dependecies you may need to compile
> individual packages first with
> do $System.OBJ.CompilePackage("PackageName","k")
>
>
> Peter
>
>
> On Mon, 2 Aug 2004 17:27:52 +0200, "Cindy"
> <[EMAIL PROTECTED]> wrote:
>
> >Hi
> >
> >When I first delete all the classes in the namespace and then I load a
> >classes one by one by a CDL file. And after that the classes are
successfull
> >loaded, then start to compile all the classes at the same time but this
> >doesn't work because the next message "ERROR #5353: Klasse
afhankelijkheid
> >niet bepaald" is generated.
> >This is when I do this in the version Cach� 5.0.4.829.0, but when I do
the
> >same in Cach� 4.1.12.210 goes everything alright.
> >
> >Can anyone help me?
> >
> >Thanks
> >
> >Cindy
> >
>



Reply via email to