I think the the conflict is between with LizMA.My.Resources.
Resources in LizMa.dll and BounceDemo.Properties.
Resources in SamLib.dll. Basic4ppc appears to ignore namespace qualifications for library objects.
It looks like LizMa is written in VB which automatically puts two extra Namespaces into each assembly.
Resources is in one of these which I don't think you can stop. SamLib.dll appears to have been written in C# and Resources added explicitly by Arial.
This problem also arises if two libraries both wrriten in VB are added to a project, and in this case I don't see a way round it (except to switch to using C#

). Perhaps Erel or Arial can comment if they read this.