[Riskquantify-devel] #include update and MSVC project update...
Status: Beta
Brought to you by:
bah
From: Brett H. <Bre...@it...> - 2002-07-04 00:52:44
|
I've updated the include path to the files in the rq and rq/fpml directory. Originally my idea was that with a unix installation, the header files would be copied into /usr/include/rq and /usr/include/rq/fpml, etc and the library would be installed into /usr/lib. People could then put #include <rq/rq.h> in their source files and drag in the risk quantify includes. Unfortunately this doesn't work so well if you don't have this layout. Eg under Windows, it means to include stuff, I have to set the include path to be the directory *underneath* the rq directory, or in my case the src/riskquantify/src directory, which is pretty weird. I've also updated the MSVC project. I think the unix Makefiles are now out of date. I'll fix that up once I get back on unix. Cheers, Brett |