--- In [email protected], "vn_bod" <g.r.pow...@...> wrote: > > Hi, I have an image prcessing app written in Delphi. We have noticed some > colour > problems. On one computer we may search for clGreen after flood filling in > clGreen > and find it, but doing the same on another computer the search would fail? > Any ideas?
you can use StringToColor() Method instead of assign it directly. > > thanks > > gav >

