Recent

Author Topic: lazarus 0.9.31 and previous versions are different? What are the improvements?  (Read 11268 times)

bugxiong

  • Jr. Member
  • **
  • Posts: 63
    • The Lazarus Chinese community
lazarus 0.9.31 and previous versions are different? What are the improvements?
The Lazarus Chinese community
http://www.fpccn.com

cpalx

  • Hero Member
  • *****
  • Posts: 753
lazarus 0.9.31 can add new functionalities, 0.9.29 tries to get stable to 0.9.30, no more new features

bugxiong

  • Jr. Member
  • **
  • Posts: 63
    • The Lazarus Chinese community
lazarus 0.9.31 What's New
The Lazarus Chinese community
http://www.fpccn.com

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Whatever required / approved requests.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9855
  • Debugger - SynEdit - and more
    • wiki
You mean diff between 0.9.31 and 0.9.29
Or diff between releases (soon to be 0.9.30 and 0.9.28.2)?

for changes since 0.9.28.2 see http://wiki.lazarus.freepascal.org/Lazarus_0.9.30_release_notes

oxen

  • Newbie
  • Posts: 3
I downloaded Lazarus-0.9.29-26286-fpc-2.5.1-20100625-win32

procedure OnHotKey(var Mes: TWMHotKey); message wm_hotkey;  works the Delphi way - ok i had to define
Code: [Select]
type

  TWMHotKey = packed record
    Msg: Cardinal;
    HotKey: Longint;
    Unused: Longint;
    Result: Longint;
  end;

dispinterfaces & controlling msword work well

its a great improvement for me
« Last Edit: February 03, 2011, 09:57:54 pm by oxen »

Paul Ishenin

  • Sr. Member
  • ****
  • Posts: 274
dispinterfaces works because of changes in compiler. They were improved in the current development version as well. For compiler changes see http://wiki.lazarus.freepascal.org/FPC_New_Features_Trunk

For Lazarus 0.9.31 changes see: http://wiki.lazarus.freepascal.org/Lazarus_0.99.0_release_notes

 

TinyPortal © 2005-2018