wahmit
Structural
- Aug 19, 2003
- 16
Hi,
Can anybody tell me how I can access the AnsiString functions in Borlands C++ Builder. Typically
#include <vcl.h>
#pragma hdrstop
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{ AnsiString string2 = LeftStr("hello world",5);
return 0;
}
gives the error
"[C++ Error] Project1.cpp(16): E2268 Call to undefined function 'LeftStr' "
I have tried several header files to no avail.
Thanks,
Can anybody tell me how I can access the AnsiString functions in Borlands C++ Builder. Typically
#include <vcl.h>
#pragma hdrstop
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{ AnsiString string2 = LeftStr("hello world",5);
return 0;
}
gives the error
"[C++ Error] Project1.cpp(16): E2268 Call to undefined function 'LeftStr' "
I have tried several header files to no avail.
Thanks,