Recent

Poll

Is auto-creating  Application:=TModuledCGIApplication.Create(Nil); in unit cgiModules how important?

1. Not important, because the TModuledCGIApplication is created in the project skeleton anyway (but how to add RegisterInitComponentHandler() into that?)
0 (0%)
2. Important, but if it's not possible to let the user derive a new application type, then better not to autocreate in cgiModules
0 (0%)
3. Important, even if it makes impossible to derive a new Application class
0 (0%)

Total Members Voted: 0

Voting closed: March 11, 2008, 09:28:44 am

Author Topic: Fixing Lazarus bugs, fixing style and uploading fixed files?  (Read 2410 times)

Ahi

  • New Member
  • *
  • Posts: 10
Fixing Lazarus bugs, fixing style and uploading fixed files?
« on: March 11, 2008, 09:28:44 am »
Hi all!

There are units:

cgiModules
cgiapp

already included in Free Pascal / Lazarus.

However, they do not work (as distributed), due to some bugs.

If I get them fixed, how should I send in the fixed versions ?

About bug fixing style: I'd like comments about the best way to solve those bugs, please see my previous post at:

http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&t=5058

in short: Is auto-creating  Application:=TModuledCGIApplication.Create(Nil);

how important?

If not, I'd remove the auto-creating part. It's already created by
the main project file, but then this line should be added to the skeleton used to create the the main project file, and I have no idea, how:

RegisterInitComponentHandler(TComponent,@InitResourceComponent);

 

TinyPortal © 2005-2018