Error messages you might encounter
When trying to add a library it is common to encounter some error messages. This part discusses the most common amongst them.
1. Files could not be loaded, or files are missing assembly manifest: Your files are probably defected. Try re-installing your libraries files, and make sure you are referencing a Basic4ppc dll.
![]() |
||
2. Pleas save source code first: Basic4ppc cannot add a library if your project is not saved (why?)

3. Object must first be created using New method: You did not use the object's constructor. See detailed explanations about how to use your objects here.

4. Class name does not exist: You have tried to add an object specifying a non-existing object type (sometimes called "class"). See detailed explanation about how to find out which object types are included in your libraries, and make sure the object's type name you specified is correct. Prefer adding objects from the Tools menu (why?)

Go to the next page to learn about some of the main existing libraries...