I use Turbo C++ explorer
i need to get file name from a TFileListBox
which is an AnsiString, and use it in CreateProcess
but CreateProcess Requires an "LPCTSTR" or "LPTSTR"
I would like to convert the ansistring to LPTSTR
Please help
thankx in advance