Zitat von Lee Jenkins <[EMAIL PROTECTED]>: > Lee Jenkins wrote: > > Joost van der Sluis wrote: > >> Op dinsdag 18-11-2008 om 20:04 uur [tijdzone -0500], schreef Lee > >> Jenkins: > >>> ABorka wrote: > >>>> It might be that > >>>> > >>>> http://bugs.freepascal.org/view.php?id=12375 > >>>> > >>>> is not applied yet. > >>>> > >>>> Are you making a CGI program or Apache modules? > >>>> Windows or Linux? > >>>> > >>>> Also make sure you include the proper httpd files from the fpc source > >>>> folders (httpd22, httpd20) if it is apache module you do. > >>>> > >>>> Lee Jenkins wrote: > >>>>> Anyone using the WebLaz package? I can compile the demo but when get > error when > >>>>> trying to load the datamodule for these demos. I have installed the > weblaz.lpk. > >>>>> > >>> Hi it's CGI. Odd that everything compiles ok, but there is apparently no > >>> designer support for the datamodule for some reason. > >>> > >>> I was using powtils, but that doesn't seem to be supported any more. > >>> > >>> <sigh> > >>> > >>> Maybe its time that I start working with .net again for my web stuff :( > >> I use Weblaz for all my web-stuff here. Also using CGI. What is the > >> error you got? > >> > >> Joost > >> > > > > No, no. Sorry I wasn't clear enough. Everything compiles and runs ok, at > least > > as far as I can see. The problem is that it appears to be based on a > > TDataModule descendant and when I try to load it in the IDE, lazarus > complains > > that there are still some packages required but doesn't tell me what they > might > > be. :) > > > > As a follow up, the IDE shows a huge message box when this happens. If I say > load anyway, it then gives me another dialog asking if I would like to load > the > web module (TDataModule descendant?) as a regular form. > > http://imagebin.org/31592 > > Also, has anyone done any more extensive sample than are located in the /
The error message is for both: users of the package and the weblaz authors. For the users it is sufficient: Package needs installation...open forms...package weblaz. If you want to open the form in the IDE, you probably need to install weblaz, because weblaz is needed by your project and weblaz provides some IDE plugins. The weblaz author needs the information about the register procedure and the unit. Maybe the text can be changed to a short advice (install weblaz) and a paragraph "Details". Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
