Hello Alex, This happens because even though you've specified NX_HTTP_NO_FILEX to use filex_stub.h, the ux_host_class_storage.h still pulls in fx_api.h, providing new prototypes for the functions declared by filex_stub.h. You can either remove NX_HTTP_NO_FILEX from compiler preprocessor defines (in the project properties), or define UX_NO_FILEX in the same place. Regards
↧