Some news?
Ok I thinked that I made something wrong but fpc 2.6.0 can't compile LCL 0.9.31.On ArchLinux X64 and Windows XP 64 and Windows 7 X64 both of all.2.4.4 and 2.7.1 work great..
typeTStudent:recordpublic procedure sayHi; function toString:string;private name:string; age:integer;end;implementationprocedure TStudent.sayHi;begin showMessage(toString);end;function toString:string;begin result:=format('Name is %s and age is %d.',[name,age]);end;
/Developer/lazarus/components/jcf2/ReadWrite/EditorConverter.pas(106,17) Hint: Unit "math" not used in EditorConverter/Developer/lazarus/components/jcf2/ReadWrite/EditorConverter.pas(108,48) Hint: Unit "JcfMiscFunctions" not used in EditorConverter"Compiling package jcfidelazarus 2.0" completed
/Developer/lazarus/debugger/gdbmidebugger.pp(7116,107) Warning: Symbol "GDBDisassemble" is deprecatedPPU Loading /Developer/lazarus/components/jcf2/IdePlugin/lazarus/lib/i386-darwin/ParseTreeNode.ppuPPU Source: ParseTreeNode.pas not foundPPU Source: JcfGlobal.inc not foundRecompiling ParseTreeNode, checksum changed for tokensParseTreeNode.pas(76,12) Fatal: Can't find unit ParseTreeNode used by Converter
2.5.1 was what would be 2.6.0, probably your snapshot already includes the feature.
Compiling lclmemmanager.paslclmemmanager.pas(100,37) Error: Cannot access a private field of an object herelclmemmanager.pas(100,47) Error: Incompatible types: got "Int64" expected "LongInt"lclmemmanager.pas(100,53) Error: Cannot access a private field of an object herelclmemmanager.pas(100,64) Error: Illegal symbol for property accesslclmemmanager.pas(98,14) Error: There is no method in an ancestor class to be overridden: "TExtMemoryStream.Realloc(var LongInt):^untyped;"lclmemmanager.pas(104,1) Fatal: There were 5 errors compiling module, stoppingFatal: Compilation aborted
Have installed fpc2.6.0, but makes no difference to my gripe spanning at least 3.5 years.In linux, comboboxes just will not work as intended. Perfect in Windoze.Likewise in a ListBox, if columns (in my cae 5) is set all I get STILL is one column (at the left).When will these problems be solved?
Could anyone who could help please email me - I almost never look at this site.mikfinch@bigpond.net.au