Steven Graham schreef:
Hi

I'm using Lazarus-0.9.21-fpc-2.0.4-20070115-win32 (0.9.20 had ome bugs that pushed me to .21) and on programs that I build TOpenDialog won't run on Win9x, nothing happens. I have tried 0.9.20 on a different machine just in case and TOpenDialog even works on a 386 running Win95.

I have an hunch what might be wrong. Can you test this:

Open lcl\interfaces\win32\win32wsdialogs.pp

Goto line 390 and change it from
    lStructSize := sizeof(OpenFileName);
to
    lStructSize := sizeof(Windows.OpenFileName);

Save the file and reebuild the LCL using Tools -> Configure build lazarus.
Uncheck clean all and set LCL to build and all others items in the listbox to 
none.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to