On Wednesday 04 July 2018 16:39:47 mohamed hamza wrote: > Hi Martin, > > > In all my units I used tag instance . > > Why in 64 bits MseIde we have to change this to tagpointer? > Because "tag" is a 32 bit integer. > > For example : > > > This line : Msedocs.tagpointer:=integer(MseSubdocs) gives an error at > > compile time where Msedocs.tag worked in 32 bits mode? > > (Error: identifier idents no member "tagpointer" > > Error: Illegal type conversion: "tmsesqlquery" to "LongInt" > Please use " Msedocs.tagpointer:= MseSubdocs; " if "MseSubdocs" is a class instance. What is "MseSubdocs"?
Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

