cabasm
October 7th, 2004, 03:59 AM
How can I convert a String object to char* ? I want to write a function that takes a String argument and inside this function I want to use a Win32 API function that takes a char* argument. How can I pass the String argument to this Win32 API function?