Does anyone know how to convert a pascal String to a glib PGChar? I assumed that since PGChar is actually just a pointer to a char, that I could use PChar( stringvar ). That, however, doesn't compile. I tried PGChar(PChar(stringvar)). That didn't work either. Any ideas? John