Recent

Author Topic: WinCe behaves differently than WIN32 with memo1.text  (Read 3870 times)

picstart

  • Full Member
  • ***
  • Posts: 236
WinCe behaves differently than WIN32 with memo1.text
« on: July 01, 2009, 06:30:00 pm »
  memo1.Text:=memo1.Text+'test';
  memo1.Text:=memo1.Text+'test';
  memo1.Text:=memo1.Text+'test'; 
In win32 it produces 'testtesttest' the expected result
when cross compiled to arm using lazarus and downloading the exe to Wince it produces
'test'
'test'
'test'
An unpleasant result   

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
Re: WinCe behaves differently than WIN32 with memo1.text
« Reply #1 on: July 01, 2009, 08:59:01 pm »
Please create a bug report. This issue was fixed for win32 recently, maybe it was not yet ported to wince.

 

TinyPortal © 2005-2018