Odd errors

Hi,

With the attached I get

E: Unknown type “HomeModule” [/Users/JohnMoshakis/Documents/develop/Echoes/Core/CoreExamples/CarterHelloWorldWebApp/Startup.pas (66)]
E: Generic parameter doesn’t fulfill constraint “CarterModule” for “TModule” [/Users/JohnMoshakis/Documents/develop/Echoes/Core/CoreExamples/CarterHelloWorldWebApp/Startup.pas (66)]

CarterHelloWorldWebApp.zip (745.5 KB)

I cant see HomeModule in code completion so I guess the compiler is looking somewhere else.

buildlog.txt (62.4 KB)

The build log says its including HomeModule.pas

I also deleted EBuild/Obj I saw it referenced in the build log and restarted fire but its still not building

Cheers,
John

John,

the second error is just an (unnecessary, will log) follow=up error from the first, I assume.

The first one tough seems legit — where’s HomeModule supposed to come from? I don’t see it anywhere, not in CC and the compiler also doesn’t see it, so where is this supposed to be declared?

did you mean you can see it in CC (I can’t, myself)? otherwise, I don’t see the contradiction here…

—marc

Thanks, logged as bugs://82115 (for the extra error)

Sorry, Im such an idiot. I renamed the file but didnt change the class name :frowning:

:crazy_face:

bugs://82115 got closed with status fixed.