Quote:
Originally Posted by red01
my Bad
it was line 140..
sorry again
I am using Ansi version of Innoset up.
|
i thought
find this line and change this to
Code:
type
#ifdef UNICODE
PChar = PAnsiChar;
#endif
this
Code:
#ifdef UNICODE
type
PChar = PAnsiChar;
#endif