You may not want to be here… The BResources
class was designed for a
specific purpose: To provide a means to bundle application "resources"
(icons, in particular) within the application executable itself. If you
want to add new resources to your own application (resources that you
want to have "stick" to the executable), then you've come to the right
place. But you shouldn't use BResources
to add data to a regular data
file—use attributes instead.