[Quickfix-developers] UnsatisfiedLinkError with MS VisualStudio 2005
Brought to you by:
orenmnero
From: Andrew M. <an...@nm...> - 2006-04-11 20:26:19
|
When I build QF using VS2005 (8.x) I get the error below when I run it. It runs on machines that have VS2005 installed but I would like to be able to distribute my app on machines w/out installing VS2005 or the .NET framework. Can anyone tell me specifically what files need to be included to avoid that? Thanks, Andrew Exception in thread "main" java.lang.UnsatisfiedLinkError: Z:\javaclasses\quickfix\quickfix_jni.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem 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:822) at java.lang.System.loadLibrary(System.java:992) at multifix.mfix.<clinit>(mfix.java:75) |