00001 using Microsoft.VisualBasic; 00002 using Microsoft.VisualBasic.Compatibility; 00003 using System; 00004 using System.Collections; 00005 using System.Collections.Generic; 00006 using System.Data; 00007 using System.Drawing; 00008 using System.Diagnostics; 00009 using System.Windows.Forms; 00010 using System.Linq; 00011 using System.Xml.Linq; 00012 namespace SoundsSharpNameSpace.fmodex 00013 { 00014 public static class errors 00015 { 00016 00017 // =============================================================================================== ' 00018 // FMOD Ex - Error Visual Basic Module. Copyright (c), Firelight Technologies Pty, Ltd. 2004-2008. ' 00019 // ' 00020 // Use this module if you want to store or display a string version / english explanation of ' 00021 // the FMOD error codes. ' 00022 // ' 00023 // =============================================================================================== ' 00024 00025 00026 public static string FMOD_ErrorString(ref FMOD_RESULT errcode) 00027 { 00028 string functionReturnValue = null; 00029 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_NOTFOUND. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00030 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_NAMECONFLICT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00031 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_MISMATCH. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00032 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_MAXSTREAMS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00033 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_INTERNAL. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00034 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_INFOONLY. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00035 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_EVENT_FAILED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00036 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_VERSION. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00037 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_UPDATE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00038 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_UNSUPPORTED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00039 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_UNINITIALIZED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00040 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_UNIMPLEMENTED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00041 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_TOOMANYCHANNELS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00042 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_TAGNOTFOUND. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00043 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_SUBSOUNDS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00044 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_SUBSOUND_MODE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00045 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_SUBSOUND_CANTMOVE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00046 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_SUBSOUND_ALLOCATED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00047 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_REVERB_INSTANCE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00048 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_RECORD. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00049 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_PLUGIN_RESOURCE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00050 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_PLUGIN_MISSING. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00051 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_PLUGIN_INSTANCES. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00052 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_PLUGIN. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00053 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_PAN. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00054 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_NOSOFTWARE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00055 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_NOHARDWARE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00056 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_INIT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00057 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_FORMAT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00058 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_ENUMERATION. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00059 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_DRIVERCALL. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00060 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_CREATEBUFFER. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00061 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_OUTPUT_ALLOCATED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00062 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NOTREADY. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00063 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NET_WOULD_BLOCK. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00064 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NET_URL. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00065 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NET_SOCKET_ERROR. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00066 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NET_CONNECT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00067 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NEEDSSOFTWARE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00068 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NEEDSHARDWARE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00069 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NEEDS3D. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00070 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_NEEDS2D. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00071 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_MEMORY_SRAM. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00072 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_MEMORY_IOP. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00073 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_MEMORY_CANTPOINT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00074 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_MEMORY. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00075 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_MAXAUDIBLE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00076 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_IRX. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00077 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_VECTOR. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00078 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_SYNCPOINT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00079 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_SPEAKER. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00080 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_PARAM. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00081 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_HANDLE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00082 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_FLOAT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00083 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INVALID_ADDRESS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00084 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INTERNAL. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00085 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INITIALIZED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00086 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_INITIALIZATION. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00087 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_HTTP_TIMEOUT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00088 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_HTTP_SERVER_ERROR. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00089 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_HTTP_PROXY_AUTH. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00090 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_HTTP_ACCESS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00091 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_HTTP. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00092 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FORMAT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00093 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FILE_UNWANTED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00094 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FILE_NOTFOUND. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00095 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FILE_EOF. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00096 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FILE_DISKEJECTED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00097 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FILE_COULDNOTSEEK. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00098 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_FILE_BAD. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00099 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_DSP_TOOMANYCONNECTIONS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00100 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_DSP_RUNNING. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00101 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_DSP_NOTFOUND. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00102 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_DSP_FORMAT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00103 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_DSP_CONNECTION. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00104 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_DMA. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00105 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_COM. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00106 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CHANNEL_STOLEN. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00107 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CHANNEL_ALLOC. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00108 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_READ. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00109 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_NODISC. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00110 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_NODEVICES. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00111 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_NOAUDIO. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00112 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_INVALID_DEVICE. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00113 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_INIT. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00114 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_CDDA_DRIVERS. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00115 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_BADCOMMAND. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00116 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_ERR_ALREADYLOCKED. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00117 //UPGRADE_WARNING: Couldn't resolve default property of object FMOD_OK. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' 00118 switch (errcode) { 00119 case // ERROR: Case labels with binary operators are unsupported : Equality 00120 FMOD_RESULT.FMOD_OK: 00121 functionReturnValue = "No errors."; 00122 break; 00123 case // ERROR: Case labels with binary operators are unsupported : Equality 00124 FMOD_RESULT.FMOD_ERR_ALREADYLOCKED: 00125 functionReturnValue = "Tried to call lock a second time before unlock was called. "; 00126 break; 00127 case // ERROR: Case labels with binary operators are unsupported : Equality 00128 FMOD_RESULT.FMOD_ERR_BADCOMMAND: 00129 functionReturnValue = "Tried to call a function on a data type that does not allow this type of functionality (ie calling Sound::lock on a streaming sound). "; 00130 break; 00131 case // ERROR: Case labels with binary operators are unsupported : Equality 00132 FMOD_RESULT.FMOD_ERR_CDDA_DRIVERS: 00133 functionReturnValue = "Neither NTSCSI nor ASPI could be initialised. "; 00134 break; 00135 case // ERROR: Case labels with binary operators are unsupported : Equality 00136 FMOD_RESULT.FMOD_ERR_CDDA_INIT: 00137 functionReturnValue = "An error occurred while initialising the CDDA subsystem. "; 00138 break; 00139 case // ERROR: Case labels with binary operators are unsupported : Equality 00140 FMOD_RESULT.FMOD_ERR_CDDA_INVALID_DEVICE: 00141 functionReturnValue = "Couldn't find the specified device. "; 00142 break; 00143 case // ERROR: Case labels with binary operators are unsupported : Equality 00144 FMOD_RESULT.FMOD_ERR_CDDA_NOAUDIO: 00145 functionReturnValue = "No audio tracks on the specified disc. "; 00146 break; 00147 case // ERROR: Case labels with binary operators are unsupported : Equality 00148 FMOD_RESULT.FMOD_ERR_CDDA_NODEVICES: 00149 functionReturnValue = "No CD/DVD devices were found. "; 00150 break; 00151 case // ERROR: Case labels with binary operators are unsupported : Equality 00152 FMOD_RESULT.FMOD_ERR_CDDA_NODISC: 00153 functionReturnValue = "No disc present in the specified drive. "; 00154 break; 00155 case // ERROR: Case labels with binary operators are unsupported : Equality 00156 FMOD_RESULT.FMOD_ERR_CDDA_READ: 00157 functionReturnValue = "A CDDA read error occurred. "; 00158 break; 00159 case // ERROR: Case labels with binary operators are unsupported : Equality 00160 FMOD_RESULT.FMOD_ERR_CHANNEL_ALLOC: 00161 functionReturnValue = "Error trying to allocate a channel. "; 00162 break; 00163 case // ERROR: Case labels with binary operators are unsupported : Equality 00164 FMOD_RESULT.FMOD_ERR_CHANNEL_STOLEN: 00165 functionReturnValue = "The specified channel has been reused to play another sound. "; 00166 break; 00167 case // ERROR: Case labels with binary operators are unsupported : Equality 00168 FMOD_RESULT.FMOD_ERR_COM: 00169 functionReturnValue = "A Win32 COM related error occured. COM failed to initialize or a QueryInterface failed meaning a Windows codec or driver was not installed properly. "; 00170 break; 00171 case // ERROR: Case labels with binary operators are unsupported : Equality 00172 FMOD_RESULT.FMOD_ERR_DMA: 00173 functionReturnValue = "DMA Failure. See debug output for more information. "; 00174 break; 00175 case // ERROR: Case labels with binary operators are unsupported : Equality 00176 FMOD_RESULT.FMOD_ERR_DSP_CONNECTION: 00177 functionReturnValue = "DSP connection error. Connection possibly caused a cyclic dependancy. "; 00178 break; 00179 case // ERROR: Case labels with binary operators are unsupported : Equality 00180 FMOD_RESULT.FMOD_ERR_DSP_FORMAT: 00181 functionReturnValue = "DSP Format error. A DSP unit may have attempted to connect to this network with the wrong format. "; 00182 break; 00183 case // ERROR: Case labels with binary operators are unsupported : Equality 00184 FMOD_RESULT.FMOD_ERR_DSP_NOTFOUND: 00185 functionReturnValue = "DSP connection error. Couldn't find the DSP unit specified. "; 00186 break; 00187 case // ERROR: Case labels with binary operators are unsupported : Equality 00188 FMOD_RESULT.FMOD_ERR_DSP_RUNNING: 00189 functionReturnValue = "DSP error. Cannot perform this operation while the network is in the middle of running. This will most likely happen if a connection or disconnection is attempted in a DSP callback. "; 00190 break; 00191 case // ERROR: Case labels with binary operators are unsupported : Equality 00192 FMOD_RESULT.FMOD_ERR_DSP_TOOMANYCONNECTIONS: 00193 functionReturnValue = "DSP connection error. The unit being connected to or disconnected should only have 1 input or output. "; 00194 break; 00195 case // ERROR: Case labels with binary operators are unsupported : Equality 00196 FMOD_RESULT.FMOD_ERR_FILE_BAD: 00197 functionReturnValue = "Error loading file. "; 00198 break; 00199 case // ERROR: Case labels with binary operators are unsupported : Equality 00200 FMOD_RESULT.FMOD_ERR_FILE_COULDNOTSEEK: 00201 functionReturnValue = "Couldn't perform seek operation. This is a limitation of the medium (ie netstreams) or the file format. "; 00202 break; 00203 case // ERROR: Case labels with binary operators are unsupported : Equality 00204 FMOD_RESULT.FMOD_ERR_FILE_DISKEJECTED: 00205 functionReturnValue = "Media was ejected while reading. "; 00206 break; 00207 case // ERROR: Case labels with binary operators are unsupported : Equality 00208 FMOD_RESULT.FMOD_ERR_FILE_EOF: 00209 functionReturnValue = "End of file unexpectedly reached while trying to read essential data (truncated data?). "; 00210 break; 00211 case // ERROR: Case labels with binary operators are unsupported : Equality 00212 FMOD_RESULT.FMOD_ERR_FILE_NOTFOUND: 00213 functionReturnValue = "File not found. "; 00214 break; 00215 case // ERROR: Case labels with binary operators are unsupported : Equality 00216 FMOD_RESULT.FMOD_ERR_FILE_UNWANTED: 00217 functionReturnValue = "Unwanted file access occured. "; 00218 break; 00219 case // ERROR: Case labels with binary operators are unsupported : Equality 00220 FMOD_RESULT.FMOD_ERR_FORMAT: 00221 functionReturnValue = "Unsupported file or audio format. "; 00222 break; 00223 case // ERROR: Case labels with binary operators are unsupported : Equality 00224 FMOD_RESULT.FMOD_ERR_HTTP: 00225 functionReturnValue = "A HTTP error occurred. This is a catch-all for HTTP errors not listed elsewhere. "; 00226 break; 00227 case // ERROR: Case labels with binary operators are unsupported : Equality 00228 FMOD_RESULT.FMOD_ERR_HTTP_ACCESS: 00229 functionReturnValue = "The specified resource requires authentication or is forbidden. "; 00230 break; 00231 case // ERROR: Case labels with binary operators are unsupported : Equality 00232 FMOD_RESULT.FMOD_ERR_HTTP_PROXY_AUTH: 00233 functionReturnValue = "Proxy authentication is required to access the specified resource. "; 00234 break; 00235 case // ERROR: Case labels with binary operators are unsupported : Equality 00236 FMOD_RESULT.FMOD_ERR_HTTP_SERVER_ERROR: 00237 functionReturnValue = "A HTTP server error occurred. "; 00238 break; 00239 case // ERROR: Case labels with binary operators are unsupported : Equality 00240 FMOD_RESULT.FMOD_ERR_HTTP_TIMEOUT: 00241 functionReturnValue = "The HTTP request timed out. "; 00242 break; 00243 case // ERROR: Case labels with binary operators are unsupported : Equality 00244 FMOD_RESULT.FMOD_ERR_INITIALIZATION: 00245 functionReturnValue = "FMOD was not initialized correctly to support this function. "; 00246 break; 00247 case // ERROR: Case labels with binary operators are unsupported : Equality 00248 FMOD_RESULT.FMOD_ERR_INITIALIZED: 00249 functionReturnValue = "Cannot call this command after System::init. "; 00250 break; 00251 case // ERROR: Case labels with binary operators are unsupported : Equality 00252 FMOD_RESULT.FMOD_ERR_INTERNAL: 00253 functionReturnValue = "An error occured that wasn't supposed to. Contact support. "; 00254 break; 00255 case // ERROR: Case labels with binary operators are unsupported : Equality 00256 FMOD_RESULT.FMOD_ERR_INVALID_ADDRESS: 00257 functionReturnValue = "On Xbox 360, this memory address passed to FMOD must be physical, (ie allocated with XPhysicalAlloc.) "; 00258 break; 00259 case // ERROR: Case labels with binary operators are unsupported : Equality 00260 FMOD_RESULT.FMOD_ERR_INVALID_FLOAT: 00261 functionReturnValue = "Value passed in was a NaN, Inf or denormalized float. "; 00262 break; 00263 case // ERROR: Case labels with binary operators are unsupported : Equality 00264 FMOD_RESULT.FMOD_ERR_INVALID_HANDLE: 00265 functionReturnValue = "An invalid object handle was used. "; 00266 break; 00267 case // ERROR: Case labels with binary operators are unsupported : Equality 00268 FMOD_RESULT.FMOD_ERR_INVALID_PARAM: 00269 functionReturnValue = "An invalid parameter was passed to this function. "; 00270 break; 00271 case // ERROR: Case labels with binary operators are unsupported : Equality 00272 FMOD_RESULT.FMOD_ERR_INVALID_SPEAKER: 00273 functionReturnValue = "An invalid speaker was passed to this function based on the current speaker mode. "; 00274 break; 00275 case // ERROR: Case labels with binary operators are unsupported : Equality 00276 FMOD_RESULT.FMOD_ERR_INVALID_SYNCPOINT: 00277 functionReturnValue = "The syncpoint did not come from this sound handle."; 00278 break; 00279 case // ERROR: Case labels with binary operators are unsupported : Equality 00280 FMOD_RESULT.FMOD_ERR_INVALID_VECTOR: 00281 functionReturnValue = "The vectors passed in are not unit length, or perpendicular. "; 00282 break; 00283 case // ERROR: Case labels with binary operators are unsupported : Equality 00284 FMOD_RESULT.FMOD_ERR_IRX: 00285 functionReturnValue = "PS2 only. fmodex.irx failed to initialize. This is most likely because you forgot to load it. "; 00286 break; 00287 case // ERROR: Case labels with binary operators are unsupported : Equality 00288 FMOD_RESULT.FMOD_ERR_MAXAUDIBLE: 00289 functionReturnValue = "Reached maximum audible playback count for this sound's soundgroup. "; 00290 break; 00291 case // ERROR: Case labels with binary operators are unsupported : Equality 00292 FMOD_RESULT.FMOD_ERR_MEMORY: 00293 functionReturnValue = "Not enough memory or resources. "; 00294 break; 00295 case // ERROR: Case labels with binary operators are unsupported : Equality 00296 FMOD_RESULT.FMOD_ERR_MEMORY_CANTPOINT: 00297 functionReturnValue = "Can't use FMOD_OPENMEMORY_POINT on non PCM source data, or non mp3/xma/adpcm data if FMOD_CREATECOMPRESSEDSAMPLE was used. "; 00298 break; 00299 case // ERROR: Case labels with binary operators are unsupported : Equality 00300 FMOD_RESULT.FMOD_ERR_MEMORY_IOP: 00301 functionReturnValue = "PS2 only. Not enough memory or resources on PlayStation 2 IOP ram. "; 00302 break; 00303 case // ERROR: Case labels with binary operators are unsupported : Equality 00304 FMOD_RESULT.FMOD_ERR_MEMORY_SRAM: 00305 functionReturnValue = "Not enough memory or resources on console sound ram. "; 00306 break; 00307 case // ERROR: Case labels with binary operators are unsupported : Equality 00308 FMOD_RESULT.FMOD_ERR_NEEDS2D: 00309 functionReturnValue = "Tried to call a command on a 3d sound when the command was meant for 2d sound. "; 00310 break; 00311 case // ERROR: Case labels with binary operators are unsupported : Equality 00312 FMOD_RESULT.FMOD_ERR_NEEDS3D: 00313 functionReturnValue = "Tried to call a command on a 2d sound when the command was meant for 3d sound. "; 00314 break; 00315 case // ERROR: Case labels with binary operators are unsupported : Equality 00316 FMOD_RESULT.FMOD_ERR_NEEDSHARDWARE: 00317 functionReturnValue = "Tried to use a feature that requires hardware support. (ie trying to play a VAG compressed sound in software on PS2). "; 00318 break; 00319 case // ERROR: Case labels with binary operators are unsupported : Equality 00320 FMOD_RESULT.FMOD_ERR_NEEDSSOFTWARE: 00321 functionReturnValue = "Tried to use a feature that requires the software engine. Software engine has either been turned off, or command was executed on a hardware channel which does not support this feature. "; 00322 break; 00323 case // ERROR: Case labels with binary operators are unsupported : Equality 00324 FMOD_RESULT.FMOD_ERR_NET_CONNECT: 00325 functionReturnValue = "Couldn't connect to the specified host. "; 00326 break; 00327 case // ERROR: Case labels with binary operators are unsupported : Equality 00328 FMOD_RESULT.FMOD_ERR_NET_SOCKET_ERROR: 00329 functionReturnValue = "A socket error occurred. This is a catch-all for socket-related errors not listed elsewhere. "; 00330 break; 00331 case // ERROR: Case labels with binary operators are unsupported : Equality 00332 FMOD_RESULT.FMOD_ERR_NET_URL: 00333 functionReturnValue = "The specified URL couldn't be resolved. "; 00334 break; 00335 case // ERROR: Case labels with binary operators are unsupported : Equality 00336 FMOD_RESULT.FMOD_ERR_NET_WOULD_BLOCK: 00337 functionReturnValue = "Operation on a non-blocking socket could not complete immediately. "; 00338 break; 00339 case // ERROR: Case labels with binary operators are unsupported : Equality 00340 FMOD_RESULT.FMOD_ERR_NOTREADY: 00341 functionReturnValue = "Operation could not be performed because specified sound is not ready. "; 00342 break; 00343 case // ERROR: Case labels with binary operators are unsupported : Equality 00344 FMOD_RESULT.FMOD_ERR_OUTPUT_ALLOCATED: 00345 functionReturnValue = "Error initializing output device, but more specifically, the output device is already in use and cannot be reused. "; 00346 break; 00347 case // ERROR: Case labels with binary operators are unsupported : Equality 00348 FMOD_RESULT.FMOD_ERR_OUTPUT_CREATEBUFFER: 00349 functionReturnValue = "Error creating hardware sound buffer. "; 00350 break; 00351 case // ERROR: Case labels with binary operators are unsupported : Equality 00352 FMOD_RESULT.FMOD_ERR_OUTPUT_DRIVERCALL: 00353 functionReturnValue = "A call to a standard soundcard driver failed, which could possibly mean a bug in the driver or resources were missing or exhausted. "; 00354 break; 00355 case // ERROR: Case labels with binary operators are unsupported : Equality 00356 FMOD_RESULT.FMOD_ERR_OUTPUT_ENUMERATION: 00357 functionReturnValue = "Error enumerating the available driver list. List may be inconsistent due to a recent device addition or removal."; 00358 break; 00359 case // ERROR: Case labels with binary operators are unsupported : Equality 00360 FMOD_RESULT.FMOD_ERR_OUTPUT_FORMAT: 00361 functionReturnValue = "Soundcard does not support the minimum features needed for this soundsystem (16bit stereo output). "; 00362 break; 00363 case // ERROR: Case labels with binary operators are unsupported : Equality 00364 FMOD_RESULT.FMOD_ERR_OUTPUT_INIT: 00365 functionReturnValue = "Error initializing output device. "; 00366 break; 00367 case // ERROR: Case labels with binary operators are unsupported : Equality 00368 FMOD_RESULT.FMOD_ERR_OUTPUT_NOHARDWARE: 00369 functionReturnValue = "FMOD_HARDWARE was specified but the sound card does not have the resources nescessary to play it. "; 00370 break; 00371 case // ERROR: Case labels with binary operators are unsupported : Equality 00372 FMOD_RESULT.FMOD_ERR_OUTPUT_NOSOFTWARE: 00373 functionReturnValue = "Attempted to create a software sound but no software channels were specified in System::init. "; 00374 break; 00375 case // ERROR: Case labels with binary operators are unsupported : Equality 00376 FMOD_RESULT.FMOD_ERR_PAN: 00377 functionReturnValue = "Panning only works with mono or stereo sound sources. "; 00378 break; 00379 case // ERROR: Case labels with binary operators are unsupported : Equality 00380 FMOD_RESULT.FMOD_ERR_PLUGIN: 00381 functionReturnValue = "An unspecified error has been returned from a 3rd party plugin. "; 00382 break; 00383 case // ERROR: Case labels with binary operators are unsupported : Equality 00384 FMOD_RESULT.FMOD_ERR_PLUGIN_INSTANCES: 00385 functionReturnValue = "The number of allowed instances of a plugin has been exceeded "; 00386 break; 00387 case // ERROR: Case labels with binary operators are unsupported : Equality 00388 FMOD_RESULT.FMOD_ERR_PLUGIN_MISSING: 00389 functionReturnValue = "A requested output, dsp unit type or codec was not available. "; 00390 break; 00391 case // ERROR: Case labels with binary operators are unsupported : Equality 00392 FMOD_RESULT.FMOD_ERR_PLUGIN_RESOURCE: 00393 functionReturnValue = "A resource that the plugin requires cannot be found. (ie the DLS file for MIDI playback) "; 00394 break; 00395 case // ERROR: Case labels with binary operators are unsupported : Equality 00396 FMOD_RESULT.FMOD_ERR_RECORD: 00397 functionReturnValue = "An error occured trying to initialize the recording device. "; 00398 break; 00399 case // ERROR: Case labels with binary operators are unsupported : Equality 00400 FMOD_RESULT.FMOD_ERR_REVERB_INSTANCE: 00401 functionReturnValue = "Specified Instance in FMOD_REVERB_PROPERTIES couldn't be set. Most likely because another application has locked the EAX4 FX slot. "; 00402 break; 00403 case // ERROR: Case labels with binary operators are unsupported : Equality 00404 FMOD_RESULT.FMOD_ERR_SUBSOUND_ALLOCATED: 00405 functionReturnValue = "This subsound is already being used by another sound, you cannot have more than one parent to a sound. Null out the other parent's entry first. "; 00406 break; 00407 case // ERROR: Case labels with binary operators are unsupported : Equality 00408 FMOD_RESULT.FMOD_ERR_SUBSOUND_CANTMOVE: 00409 functionReturnValue = "Shared subsounds cannot be replaced or moved from their parent stream, such as when the parent stream is an FSB file."; 00410 break; 00411 case // ERROR: Case labels with binary operators are unsupported : Equality 00412 FMOD_RESULT.FMOD_ERR_SUBSOUND_MODE: 00413 functionReturnValue = "The subsound's mode bits do not match with the parent sound's mode bits. See documentation for function that it was called with."; 00414 break; 00415 case // ERROR: Case labels with binary operators are unsupported : Equality 00416 FMOD_RESULT.FMOD_ERR_SUBSOUNDS: 00417 functionReturnValue = "The error occured because the sound referenced contains subsounds. (ie you cannot play the parent sound as a static sample, only its subsounds.) "; 00418 break; 00419 case // ERROR: Case labels with binary operators are unsupported : Equality 00420 FMOD_RESULT.FMOD_ERR_TAGNOTFOUND: 00421 functionReturnValue = "The specified tag could not be found or there are no tags. "; 00422 break; 00423 case // ERROR: Case labels with binary operators are unsupported : Equality 00424 FMOD_RESULT.FMOD_ERR_TOOMANYCHANNELS: 00425 functionReturnValue = "The sound created exceeds the allowable input channel count. This can be increased using the maxinputchannels parameter in System::setSoftwareFormat. "; 00426 break; 00427 case // ERROR: Case labels with binary operators are unsupported : Equality 00428 FMOD_RESULT.FMOD_ERR_UNIMPLEMENTED: 00429 functionReturnValue = "Something in FMOD hasn't been implemented when it should be! contact support! "; 00430 break; 00431 case // ERROR: Case labels with binary operators are unsupported : Equality 00432 FMOD_RESULT.FMOD_ERR_UNINITIALIZED: 00433 functionReturnValue = "This command failed because System::init or System::setDriver was not called. "; 00434 break; 00435 case // ERROR: Case labels with binary operators are unsupported : Equality 00436 FMOD_RESULT.FMOD_ERR_UNSUPPORTED: 00437 functionReturnValue = "A command issued was not supported by this object. Possibly a plugin without certain callbacks specified. "; 00438 break; 00439 case // ERROR: Case labels with binary operators are unsupported : Equality 00440 FMOD_RESULT.FMOD_ERR_UPDATE: 00441 functionReturnValue = "An error caused by System::update occured. "; 00442 break; 00443 case // ERROR: Case labels with binary operators are unsupported : Equality 00444 FMOD_RESULT.FMOD_ERR_VERSION: 00445 functionReturnValue = "The version number of this file format is not supported. "; 00446 00447 break; 00448 case // ERROR: Case labels with binary operators are unsupported : Equality 00449 FMOD_RESULT.FMOD_ERR_EVENT_FAILED: 00450 functionReturnValue = "An Event failed to be retrieved, most likely due to 'just fail' being specified as the max playbacks behavior. "; 00451 break; 00452 case // ERROR: Case labels with binary operators are unsupported : Equality 00453 FMOD_RESULT.FMOD_ERR_EVENT_INFOONLY: 00454 functionReturnValue = "Can't execute this command on an EVENT_INFOONLY event. "; 00455 break; 00456 case // ERROR: Case labels with binary operators are unsupported : Equality 00457 FMOD_RESULT.FMOD_ERR_EVENT_INTERNAL: 00458 functionReturnValue = "An error occured that wasn't supposed to. See debug log for reason. "; 00459 break; 00460 case // ERROR: Case labels with binary operators are unsupported : Equality 00461 FMOD_RESULT.FMOD_ERR_EVENT_MAXSTREAMS: 00462 functionReturnValue = "Event failed because 'Max streams' was hit when FMOD_INIT_FAIL_ON_MAXSTREAMS was specified. "; 00463 break; 00464 case // ERROR: Case labels with binary operators are unsupported : Equality 00465 FMOD_RESULT.FMOD_ERR_EVENT_MISMATCH: 00466 functionReturnValue = "FSB mis-matches the FEV it was compiled with. "; 00467 break; 00468 case // ERROR: Case labels with binary operators are unsupported : Equality 00469 FMOD_RESULT.FMOD_ERR_EVENT_NAMECONFLICT: 00470 functionReturnValue = "A category with the same name already exists. "; 00471 break; 00472 case // ERROR: Case labels with binary operators are unsupported : Equality 00473 FMOD_RESULT.FMOD_ERR_EVENT_NOTFOUND: 00474 functionReturnValue = "The requested event, event group, event category or event property could not be found. "; 00475 break; 00476 default: 00477 functionReturnValue = "Unknown error."; 00478 00479 break; 00480 } 00481 return functionReturnValue; 00482 } 00483 00484 } 00485 }