I have some dynamic casts in my code which works perfectly on my pc, but when I run the same app on the PSP, it gives me a bus error. I use the casts to cast a base class into an inhereted class which makes my life easier to handle objects, but it seems the PSP doesn't like it.
I'm using psplink so that's why I know there is a bus error, but I have no idea how to figure out where exactly it's happening, but I know it's happening on the dynamic_cast line in my first post. I looked at the psp-addr2line tool but I don't know what to input into the tool.
I have some dynamic casts in my code which works perfectly on my pc, but when I run the same app on the PSP, it gives me a bus error. I use the casts to cast a base class into an inhereted class which makes my life easier to handle objects, but it seems the PSP doesn't like it.
I have some dynamic casts in my code which works perfectly on my pc, but when I run the same app on the PSP, it gives me a bus error. I use the casts to cast a base class into an inhereted class which makes my life easier to handle objects, but it seems the PSP doesn't like it.