Recent

Author Topic: Load and Save Problem with Lazarus 1.0 64 bit.  (Read 2499 times)

NeoDreamer

  • Newbie
  • Posts: 2
Load and Save Problem with Lazarus 1.0 64 bit.
« on: August 31, 2012, 07:18:29 pm »
I installed 64 bit version of lazarus 1.0 on my windows 7 64 bit.
It was ok about compile and run the default project.
But I can't load or save the project or unit.
Lazarus terminated(Not Responding or Hide) when I try to load or save the project or file.
32bit version is OK.

What I have to to fix the problem.

----------------------------------------------------------------------
I try to use OpenDialog.
I just add Button and OpenDialog on default Form1.
And add below codes

procedure TForm1.Button1Click(Sender: TObject);
begin
  OpenDialog1.Execute;
end; 


When run the default project. It occur the exception like attached image.
« Last Edit: September 01, 2012, 04:00:55 am by NeoDreamer »

 

TinyPortal © 2005-2018