Revision 24:064ad81ea53c README

View differences:

README
64 64
 The plugin could not be loaded.  Remember that the plugin must be
65 65
 installed in the Vamp plugin path.
66 66

  
67
 Normally this message will be preceded by one of the following
68
 errors:
69

  
70
   Invalid plugin key <key>
71

  
72
    - You have perhaps mistyped the argument to vamp-plugin-tester?
73

  
74
   Plugin <id> not found in library <name>
75

  
76
    - The library was found and loaded and was apparently a valid
77
      Vamp plugin library, but it didn't contain a plugin of that id.
78
      Check you typed the id correctly, and if this is your library,
79
      check that the vampGetPluginDescriptor function returns the
80
      plugin descriptor properly.
81

  
82
   No valid <name> found in Vamp path
83

  
84
    - No Vamp plugin library of that name was found in the path.
85
      This message will often be accompanied by one of the following
86
      errors; if it isn't, then that probably means the file did not
87
      exist at all.
88

  
89
   Unable to load library <name>
90

  
91
    - A dynamic library of that name was found, but the system library
92
      loader could not load it.  Perhaps it depends on another library
93
      that is not available, or it was built for the wrong architecture?
94

  
95
   No vampGetPluginDescriptor function found in library <name>
96

  
97
    - A dynamic library of that name was found and loaded, but it
98
      lacked the necessary public vampGetPluginDescriptor function.
99

  
100
      * Are you sure this is a Vamp plugin library?
101
      * If you made it, did you remember to include the global
102
        vampGetPluginDescriptor function in your library along with
103
	your plugin classes?
104
      * If you are using Visual C++, did you remember to mark the
105
        vampGetPluginDescriptor symbol exported, as described in
106
        the README.msvc file in the SDK?
107

  
67 108
 ** ERROR: (plugin|parameter|output) identifier <x> contains invalid characters
68 109

  
69 110
 An identifier contains characters other than the permitted set (ASCII

Also available in: Unified diff