Hi All, 

I am a beginner in devloping Palm App.
While I am tring this:

NetHostInfoBufPtr HostInfo=NULL;
NetHostInfoPtr Host_Ex=NULL;
        
errno = SysLibFind("Net.lib", &refno);
        
if (NetLibOpen(refno, &errno))
{
//      FrmCustomAlert(1102, "NetLibOpen", "not ", "successful");
        return;
}
        
Host_Ex = NetLibGetHostByName(refno, host, HostInfo, -1, &err);

The following error popup from the Palm OS emulator!

TestApp(1.0) just executed an illegal or unknown machine language
instruction. The opcode excuted was 0xA81B.

How can I solve my problem!




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to