Hello everyone,
I get a fatal error from Visual Studio 2005 with sources in QuantLib-0.8.1.zip. Anyone else? Regards, Frédéric Degraeve ps : http://downloads.sourceforge.net/quantlib/QuantLib-0.8.1.zip?modtime=1180971486&big_mirror=1 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Hi Frederic,
It might be caused by the wonderful intellisense which does not support “big” projects. Have you tried to disable it? (to do so you have to rename or move the following dll : Microsoft Visual Studio 8\VC\vcpackages\feacp.dll) Hope this help, François
-----Original
Message-----
Hello everyone, ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by frederic.degraeve (Bugzilla)
On Tue, 2007-06-05 at 16:32 +0200, Frédéric Degraeve wrote:
> Hello everyone, > > I get a fatal error from Visual Studio 2005 with sources in > QuantLib-0.8.1.zip. Anyone else? Not me. Moreover, 0.8.1 should be identical to 0.8.0 on Windows. What error do you get? Luigi ---------------------------------------- Better to remain silent and be thought a fool than to speak out and remove all doubt. -- Abraham Lincoln ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Hello Luigi & Francois,
Francois is right. It comes from Intellisense (feacp.dll). I've made the trick to rename this dll. However, it disables the ability 'go to definition'. I look right now for an other solution. Luigi, I've got the following version of vs2005 and I get a fatal error on feacp.dll. Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework Version 2.0.50727 Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1 (KB926601) On 6/5/07, Luigi Ballabio <[hidden email]> wrote: On Tue, 2007-06-05 at 16:32 +0200, Frédéric Degraeve wrote: ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Hello,
For other people with the same problem, just apply this fix! http://support.microsoft.com/?scid=kb%3Ben-us%3B913377&x=16&y=11 Thank you for the tip, Francois! Fred On 6/6/07, Frédéric Degraeve <[hidden email]> wrote: Hello Luigi & Francois, ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On Wed, 2007-06-06 at 11:39 +0200, Frédéric Degraeve wrote:
> Hello, > For other people with the same problem, just apply this fix! > http://support.microsoft.com/?scid=kb%3Ben-us%3B913377&x=16&y=11 > Thank you for the tip, Francois! Nice to know the fix works--but our project is not Managed C++, is it? Luigi ---------------------------------------- Use every man after his desert, and who shall scape whipping? -- Hamlet, Act II, scene II ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by frederic.degraeve (Bugzilla)
Hi Frédéric
> It comes from Intellisense (feacp.dll). I've made the > trick to rename this dll. However, it disables the ability 'go to > definition'. I look right now for an other solution. The problem arose a couple of months ago. I looked for a solution, but even with the latest Visual Studio service pack I had no luck. Renaming the "Microsoft Visual Studio 8\VC\vcpackages\feacp.dll" and losing IntelliSense functionalities was the only option at that time. If you find a better solution please let us know. Luigi: we might want to have this as FAQ ciao -- Nando ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by frederic.degraeve (Bugzilla)
Indeed, it is not managed C++ but it does work with ('my') VS2005SP1 and QL 0.8. However, QL 0.4 seems to crash now with the feacp.dll from this fix. I guess intellisense is not very stable.
Fred On Wed, 2007-06-06 at 11:39 +0200, Frédéric Degraeve wrote: > Hello, > For other people with the same problem, just apply this fix! > http://support.microsoft.com/?scid=kb%3Ben-us%3B913377&x=16&y=11 > Thank you for the tip, Francois! Nice to know the fix works--but our project is not Managed C++, is it? Luigi ---------------------------------------- Use every man after his desert, and who shall scape whipping? -- Hamlet, Act II, scene II ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |