| View previous topic :: View next topic |
| Author |
Message |
FromACanteen
Joined: 15 Nov 2005 Posts: 2
|
Posted: Tue Nov 15, 2005 5:54 am Post subject: DLL Files |
|
|
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 |
|
| Back to top |
|
 |
F9zDark
Joined: 02 Apr 2005 Posts: 127
|
Posted: Tue Nov 15, 2005 6:00 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
FromACanteen
Joined: 15 Nov 2005 Posts: 2
|
Posted: Tue Nov 15, 2005 6:02 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
ReKleSS

Joined: 18 Jun 2005 Posts: 73 Location: Melbourne, Australia
|
Posted: Tue Nov 15, 2005 8:36 am Post subject: |
|
|
It's not going to work unless you emulate the x86 architecture. x86 code will not run on MIPS.
-ReK |
|
| Back to top |
|
 |
|