DLL Files

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
FromACanteen
Posts: 2
Joined: Tue Nov 15, 2005 5:40 am

DLL Files

Post by FromACanteen »

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
F9zDark
Posts: 127
Joined: Sat Apr 02, 2005 11:34 am

Post by F9zDark »

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.
FromACanteen
Posts: 2
Joined: Tue Nov 15, 2005 5:40 am

Post by FromACanteen »

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.
User avatar
ReKleSS
Posts: 73
Joined: Sat Jun 18, 2005 12:57 pm
Location: Melbourne, Australia

Post by ReKleSS »

It's not going to work unless you emulate the x86 architecture. x86 code will not run on MIPS.
-ReK
Post Reply