Thread: [Quickfix-users] install... unable to find jni.h
Brought to you by:
orenmnero
From: Dave <vog...@ya...> - 2003-04-04 15:42:18
|
I'm getting the following error: unable to find jni.h I did a search and cannot find it in the quickfix-1.4.0.zip file either. Any ideas? Dave |
From: Oren M. <ore...@ya...> - 2003-04-04 16:18:49
|
Dave, jni.h is part of the Java SDK. Make sure you have it installed and the include and include\win32 paths under the home directory are in your include path. See the quickfix java installation instructions for instructions on this: http://quickfix.thoughtworks.com/documentation/install.html Dave <vog...@ya...> wrote:I'm getting the following error: unable to find jni.h I did a search and cannot find it in the quickfix-1.4.0.zip file either. Any ideas? Dave ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users --------------------------------- Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more |
From: Vamsi K. <Vam...@ib...> - 2003-04-05 04:14:28
|
Hi I was trying to extend the Application Interface ( abstract class ) in Application .h and construct a derived class myApplication I would like my Initiater and Acceptor to listen to certain commands on the same port or different port for certain administrative messages ( proprietory) Such as ==> " Shutting down Acceptor after Trading Day" ==> "Starting the initiator after receiving a proprietory "Good Morning" message from Administrator ( Starting here means that sending a log on messages to specified server). Can somebody give me whether its possible for Initiator or Acceptor to listen on certain specific strings on the same port and/or different port. Thanks Vamsi |
From: Vamsi K. <Vam...@ib...> - 2003-04-05 05:47:38
|
In other words, I need to include a facility to respond to an additional set of events Where do I start looking for this? -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Vamsi Krishna Sent: Friday, April 04, 2003 11:14 PM To: qui...@li... Subject: [Quickfix-users] Extending the Application interface Hi I was trying to extend the Application Interface ( abstract class ) in Application .h and construct a derived class myApplication I would like my Initiater and Acceptor to listen to certain commands on the same port or different port for certain administrative messages ( proprietory) Such as ==> " Shutting down Acceptor after Trading Day" ==> "Starting the initiator after receiving a proprietory "Good Morning" message from Administrator ( Starting here means that sending a log on messages to specified server). Can somebody give me whether its possible for Initiator or Acceptor to listen on certain specific strings on the same port and/or different port. Thanks Vamsi |
From: Vamsi K. <Vam...@ib...> - 2003-04-05 19:00:25
|
OnRun function.. when does it get invoked.. -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Vamsi Krishna Sent: Saturday, April 05, 2003 12:47 AM To: 'Vamsi Krishna'; qui...@li... Subject: RE: [Quickfix-users] Extending the Application interface In other words, I need to include a facility to respond to an additional set of events Where do I start looking for this? -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of Vamsi Krishna Sent: Friday, April 04, 2003 11:14 PM To: qui...@li... Subject: [Quickfix-users] Extending the Application interface Hi I was trying to extend the Application Interface ( abstract class ) in Application .h and construct a derived class myApplication I would like my Initiater and Acceptor to listen to certain commands on the same port or different port for certain administrative messages ( proprietory) Such as ==> " Shutting down Acceptor after Trading Day" ==> "Starting the initiator after receiving a proprietory "Good Morning" message from Administrator ( Starting here means that sending a log on messages to specified server). Can somebody give me whether its possible for Initiator or Acceptor to listen on certain specific strings on the same port and/or different port. Thanks Vamsi |