Hello, This is a report from a xHarbour Builder user:
This function doesn't send data to client, and code error is -1 function main() local socket, accept inetInit() socket := inetServer( 2700 ) accept := inetAccept( socket ) inetRecvLine( accept ) inetSendAll( accept, "1" + inetCRLF() ) ? inetErrorCode( accept ) return nil Additional information, I compile it as MT Can someone take a look at this please? Thanks! Patrick ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

