Hello Med.

I did add some components in last release (in FileDialogX tab) and dont have
that error.

Strange that zstream unit is not found because it is part of fpc (paszlib)
package.

Anyway, could you try this:

In /mseide-msegui/lib/common/fpccompatibility/msefpreadpng.pas

At line 24,

...
uses
  sysutils,classes,mclasses, msefpimage, zstream,  // here
...

and change with this (zstream after sysutils):

...
uses
 sysutils, zstream, classes,mclasses, msefpimage  // here
...

Or maybe give some more code to try here.

Fre;D 



--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to