|
From: Eric E. <eri...@na...> - 2007-09-07 20:57:13
|
Hi Mark, > On 22/08/07, Luigi Ballabio <lui...@gm...> wrote: >> On Wed, 2007-08-22 at 10:58 +1000, Mark joshi wrote: >> > OK I just tried this, with Visual Studio 8.0 express it crashes. This >> > is just after doing an update from subversion. >> >> Mark, >> could it be the Intellisense problem mentioned on the list in >> the past >> few days? > I switched off statement completion and parameter listing under tools, > options, and it didn't > crash. So it probably is intellisense. Glad to hear that disabling Intellisense fixed the problem. I keep Intellisense disabled because of problems with stability and performance. (I think I recently overheard someone say that a patch was released but I haven't looked into it.) Still if a clean build crashes that's probably a problem with QuantLibXL rather than Intellisense. In my experience, problems of this type can arise when a source file is referenced by the solution but absent from disk, or vice versa. I just looked for a discrepancy and didn't find anything. I don't have VC8 Express installed at the moment but will try to fix this for the next release. regards, Eric |