64 Bit version of DLL
Brought to you by:
francisco_cpg
I tried to run my Java application which is using your API on a 64 bit platform and received following error message. Maybe, could you compile your project for 64 bit, too?
Exception in thread "Server command executer (20)" java.lang.UnsatisfiedLinkError: C:\Users\Andreas Lück\LAKOMY\Entwicklung\WinAmpRemote\WinAmpRemote\wpcom.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)