Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


Share this Page URL
Help

A makefile to create the StockQuote example on Linux - Pg. 374

if (soap_call_ns1__getQuote(soap, NULL, NULL, mi_lvarchar_to_string(symbol), &result) == SOAP_OK) *Gen_RetVal = result; else mi_db_error_raise(Gen_Con, MI_EXCEPTION, "SOAP Fault"); /* --- }}Your_Code (#A8DG) END --- */ /* Return the function's return value. */ return Gen_RetVal; } /* }}FUNCTION (#4802) */ #ifdef __cplusplus } #endif A makefile to create the StockQuote example on Linux