Hi!
My problem is that:
When i declare an AnsiString function in my Form.h("Form.h" is an ex. name)
i am getting this error:
[ILINK32 Error]:Unresolved external ' __fastcall System::TObject ::ToString() referenced from . . . . ........
only this type(ansistring type) function gives error...
How can i fix this problem!
my ide is : c++ 2006
My problem is that:
When i declare an AnsiString function in my Form.h("Form.h" is an ex. name)
i am getting this error:
[ILINK32 Error]:Unresolved external ' __fastcall System::TObject ::ToString() referenced from . . . . ........
only this type(ansistring type) function gives error...
How can i fix this problem!
my ide is : c++ 2006
Comment