Delphi Undeclared identifier ansistring -


i use delphi xe8.

i error when compile programm on step

cyrstr = type ansistring(1251)

"undeclared identifier ansistring"

what library need use?

you compiling target doesn't support ansistring. mobile compilers don't support ansistring while desktop compilers do.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -