Quote:
Originally posted by handak9
jsh1035c:/users/egate453/admegate/kapil/samples $ file ../JMS/C_API/stc_msapi.dll
../JMS/C_API/stc_msapi.dll: data
Does that look right?
|
No. Unix uses "magic numbers" to determine file types.
Unix cannot deal with Windows files
.dll files are Windows files. Windows COFF files do not work in Unix.