I am looking into writing a PSP program that would interface with a HAM radio through the USB port. It would be a radio data comms mode, PSK-31 interpreter. There is a public domain windows dll already written that interprets these commands. Is there any way to use dll files on a PSP or would I have to recode the file?
Thanks
You might be able to write a program that could in essence load and execute a DLL. But since some DLLs may be the copyright of Microsoft, I do not know exactly if such would be legal.
I beleive this is a DLL writen by a non-microsoft employee.
Also since it is public domain it might be OK? Or did you mean writing a decrypter for DLL's? Because that might indeed get me into trouble. I don't know yet.