Re: [Quickfix-developers] Need Execution Reports
Brought to you by:
orenmnero
From: <WEC...@th...> - 2002-05-16 03:48:25
|
Hi Tony, One more thing: In the interest of accuracy, I just wanted to point out that the Java include and lib dirs need to be in your path *somehow* (e.g. I believe you can also use the environment variables INCLUDE and LIB) you don't have to set them through the VS GUI. And while I am trying to be accurate, it doesn't really matter what workspace (if any) that you open. Those settings are on a per user basis, and get stored in the registry for all of your Visual Studio projects -- they are not project specific. BTW, the paths aren't in the project file because people install the JDK to different places, so rather than have them be wrong, I believe the decision was to that its better to just let each person who is interested in building the client, add them. There that is more accurate, I am sure someone will correct me if I got that wrong. Now I can go to bed :-) Best, Bill |