xbFont = new CXBFont();
XBUtil_SetMediaPath("F:\Apps\myFTP\");
if (XBUtil_FindMediaFile("","font.xpr")!=S_OK)
RebootToDash();
xbFont->Create("font.xpr", 0);
This code did not return to the dashboard, this tells me that XBUtil_FindMediaFile() found font.xpr in the mediadirectory. Anyhow, xbFont->Create("font.xpr", 0) still failed, and the application hung when I tried to call a WriteText() function.