I am having an issue with Host Explorer and the Read function in hllapi. I get a runtime error everytime this function is called. I know that I have the parameters correct because I have inherited the functions from other classes that communicate, very successfully, with other emulators. I have posted my read function below any suggestion would be grately appreciated.
m_wFunction = COPYPSTOSTRING;
(*m_WinHLLAPI_PROC)(&m_wFunction, m_szString, &m_wLength, &m_wReturnCode);
Ati2ude
m_wFunction = COPYPSTOSTRING;
(*m_WinHLLAPI_PROC)(&m_wFunction, m_szString, &m_wLength, &m_wReturnCode);
Ati2ude