[Lazarus] Lazarus 1.0 release candidate 1 available for download
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Aug 4 12:41:11 CEST 2012
On Fri, 3 Aug 2012 10:45:42 -0700 (PDT)
Samuel Herzog <sam_herzog at yahoo.com> wrote:
> Ok, now I am trough all 101 examples.
>
> I just tried to open, compile and run the examples.
>
> I do not judge if the example does what its supposed to do.
>
>
> Will be online tomorrow again.
Thanks for testing. I will fix these things in trunk and then later
merge them to fixes branch.
>
> Sam
>
>
> Lazarus 1.0RC
>
> examples:
>
> bitbutton ---> OK
> checkbox ---> not OK RunError(103) because of "writeln"
fixed
> combobox ---> OK
> comdialogs ---> OK
> edittest ---> OK
> groupbox ---> OK
> groupboxnested ---> OK
> hello ---> OK
> listboxtest ---> not OK RunError(103) because of "writeln" when pressing button "unused".
fixed
> listviewtest ---> OK
> loadpicture ---> OK
> memotest ---> OK
> messagedialogs ---> not OK RunError(103) because of "writeln"
fixed
> notebk ---> OK
> notebooktest ---> OK
> progressbar ---> OK
> scrollbar ---> not OK RunError(103) because of "writeln"
fixed
> speedtest ---> not OK RunError(103) because of "writeln"
fixed
> synedit1 ---> OK
> taborder ---> OK
> testall ---> not OK "External: SIGSEGV" in file "testtools.inc" at line 2389.
fixed
> toolbar ---> not OK RunError(103) because of "writeln"
fixed
> trackbar ---> not OK RunError(103) because of "writeln"
fixed
> address_book ---> OK
> affinetransforms ---> OK
> nonandroidtest ---> OK
> childsizinglayout ---> OK
> barchart ---> OK
> bidi ---> OK
> canvastest ---> OK
> cleandir ---> OK
> cleandirs ---> not OK "Unable to find the component TCustomDaemonMapper".
Needs fpc 2.7.1. I added an IFDEF.
> confcleandira ---> OK
> codepageconverter ---> OK
> componentstreaming ---> OK but typo on "Show sream in LFM format".
fixed
> cursors ---> OK
> database ---> OK
> dbeditmask ---> not OK. On the first start I get "12/09/2003 is not a valid date format". On the second start it works.
It uses the deprecated dbf component. Maybe this example should be
deleted.
> designerbaseclass ---> not Ok.Get "Unable to open designer" when loading project.
That's normal. It's an example for a design time package. You need to
install the package first.
> docking ---> OK
> dockmanager\easyeditor ---> OK
> dockmanager\easydocking ---> OK
> dockmanager\makesite ---> OK
> dockmanager\sitetest ---> OK
> dockmanager\miniide ---> OK
> dockmanager\miniide2 ---> OK
> dockmanager\test1 ---> OK
> dragimagelist ---> OK
> dropfiles ---> OK
> easter ---> OK
> fontenumeration ---> OK
> fpdocmanager ---> OK. Can not be used with fpc 2.6
> gridexamples\gridcelleditor ---> OK
> gridexamples\project1 ---> Not OK. Unable to find the component class "TSemaphorGrid"
Do you mean grid_semaphor/example/project1.lpi?
It starts here without problem.
> gridexamples\spreadsheet ---> OK.
> gridexamples\title_image_demo ---> OK
> htmlhelp1 ---> OK
> htmlhelpsample ---> OK
> icons\project1 ---> OK
> imagelist\project1 ---> OK
> imgview ---> OK
> jpegexample ---> OK
> lazfreetypetest ---> not OK. Cannot open font (TT_Error 8)
I improved the error message. arial.ttf is missing. Felipe?
> fadein ---> OK. Remark: Application runs but painting seems not well when use button "rotate".
> resexplorer ---> OK.
> lclversionexample ---> OK
> listview ---> OK
> piccustomdata ---> OK.
> messages\asynccall ---> OK.
> messages\project1 ---> OK.
> motiongraphics ---> OK.
> mssqlconnsample ---> not OK. does not compile. can not find unit mssqlconn used by dbform.
I added an ifdef for the right fpc version.
> multithreading\criticalsecionexample1 ---> OK
> multithreading\multithreadingexample1 ---> OK
> multithreading\singlethreadingexample1 ---> OK
> multithreading\waitforexample1 ---> OK
> oiexample ---> OK
> testbrowserrmc ---> OK
> openglcontrol_demo ---> OK
> openurltest ---> OK
> pascalstream ---> OK
> pen_brush\project1 ---> OK
> popupnotifierdemo ---> OK
> samplepostscriptcanvas ---> OK
> bitmapscanline1 ---> OK
> shapedcontrols\project1 ---> OK
> sprites ---> OK
> std_actions\project1 ---> OK
> stock_images\project1 ---> OK
> syncompletitionsample ---> OK
> HighlighterTutorial ---> OK
> synanysynhighlighter ---> OK
> SynGutterMarkExample ---> OK Remark: little strange, see only a black dos command window.
Someone set it up to show the form on your left monitor.
Fixed.
And I set Win32 gui mode to not show the console window.
> SynPositionHighlighterExample1 ---> OK
> wndtray ---> OK
> tv_add_remove ---> not OK. "Unable to read the project info file"
I cleaned it up. Please test.
> tpiproexample ---> OK.
> widestringstreaming ---> OK
> testxmlreder ---> OK. Remark: Strange. I dont know what it should do.
Fixed.
> streamasxmldemo ---> not OK RunError(103) because of "writeln"
Fixed.
Mattias
More information about the Lazarus
mailing list