Hi,
I have had the same problem.
I explain you how I have fixed it:
1- I have uncommented #define HAVE_JAVA and I have recompiled/relinked all
.net and c++ quickfix projects (use search files to identify the *.h file...
I do not remember exactly)
2- I have rebuild JAVA (build_java) and all other samples
3- In the BANZAI.JAVA I have changed LoadLibrary with Load (just because
LoadlIbrary have cretated me problems!!)
//System.loadLibrary("quickfix_jni");
System.load("D:/download/fix/quickfix/lib/debug/quickfix_jni.dll");
4- I have Changed this line too:
new SessionSettings(new
FileInputStream("D:/download/fix/quickfix/bin/cfg/banzai.cfg"));
(just to go quickly!)
5-Run executor or order_match and then run BANZAI
or if you prefer
configure your FIX Adapter into banzai.cfg
I hope this can help you
Bye
GB
Al Kurlansky wrote:
>
> How do I step by step build and run this application in the windows
> xp/vs2005 environment?
> Any help would be appreciated.
> I can execute ordermatch by running run_ordermatch_debug.bat and executor
> by running run_executor_cpp_debug.bat.
> Also, is there any documentation on how these 3 processes function with
> respect to one another? Once I get this third piece up and running I could
> probably figure it out but some documentation would be great.
> Thanks
> Al Kurlansky
>
>
--
View this message in context: http://www.nabble.com/banzai-%28tradeclient_gui%29-tp20564145p21240268.html
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|