Baffling Library Issue

Louis

Active Member
Licensed User
Longtime User
Hi. I built a dll for a personal project I am wanting to run on the Pocket PC. The version of Basic4ppc I was using to do this was v5.00 and v6.01. When I run the library on the desktop it runs fine. However the dll file for the device after my application is compiled to an executable gives me the error
Can't load hssNET.Speaker PublicKeyToken=null. The crazy thing is when I use hssNET directly from basic4ppc on the ppc it runs just fine. Is there a way to fix this? I am wrapping this object into a .NET dll because it has functionality that b4ppc doesn't yet have. How can I make this key work? Thanks.
 
Last edited:
Top