On Thursday 11 April 2013 16:04:37 liuzg2 wrote: > Script.LoadFromStream(strout); > Error: Incompatible type for arg no. 1: Got "tmemorystream", expected > "TStream" > > > psexec:= TPSScript.Create(self); > Error: Incompatible type for arg no. 1: Got "Twarehouse", expected > "TComponent" > > > > why ?
Because MSEgui tcomponent <> FPC tcomponent and MSEgui tstream <> FPC tstream anymore. Please add "mclasses" after "classes" in uses of the units where necessary. There were several threads about the background. Martin ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

