Error: C interpreter run time error: vuser_init.c (4): Error — Unresolved symbol : ..

Posted: July 8th, 2008 | Author: TnT Admin | Filed under: Errors | Tags: , | No Comments »

Error: C interpreter run time error: vuser_init.c (4): Error — Unresolved symbol : mms_play

Lately, we’ve talk about using Media Player (MMS) protocol with Web (HTTP/HTML) in “Combining non-standard protocols in a single script that are not listed in Multi-Protocol selection”. The above error message is a compilation error that I forgotten to mentioned. This error occurs when Media Player (MMS) is not included as part of the multiple protocol. From the error message, this may happened with the following context.

  1. Only Web (HTTP/HTML) protocol was selected.
  2. Media Player (MMS) was not selected to be included in the Multi-protocol script.
  3. mms_play API was added in the single Web (HTTP/HTML) protocol script.

Of course, this also occurs for other protocols. Example, if you put in a FTP function related API in Web (HTTP/HTML) protocol script, the error will occur in a different context where it will alert the unresolved symbol for the FTP API.

What do you need to do to resolve this error? Ensure that the API you are including is part of the protocol you’ve selected with the Function Reference.

Related Posts



Leave a Reply