i had installed jcuda 2.3 along with cuda 2.3 ,using emulation mode i am getting following error
Error while loading native library with base name “JCudaDriver”
Operating system name: Windows Vista
Architecture : x86
Architecture bit size: 32
Stack trace:
java.lang.UnsatisfiedLinkError: C:\CUDA\bin\JCudaDriver-windows-x86.dll: Can’t find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at jcuda.LibUtils.loadLibrary(LibUtils.java:53)
at jcuda.driver.JCudaDriver.(JCudaDriver.java:82)
at jcuda.utils.KernelLauncher.initialize(KernelLauncher.java:603)
at jcuda.utils.KernelLauncher.(KernelLauncher.java:586)
at jcuda.utils.KernelLauncher.create(KernelLauncher.java:393)
at jcuda.utils.KernelLauncher.create(KernelLauncher.java:321)
at jcuda.utils.KernelLauncher.compile(KernelLauncher.java:270)
at Cuda.main(Cuda.java:38)
Java Result: 1
i am using kernellaunchersamlpe.java from the website can u please help where i am wrong.
thank you