Hi all
I am trying to take a look at the c# quantlib source code using an open source IDE called SharpDevelop. I'm new to c# so I'm not sure if I'm tackling this the right way. My understanding is that the format of project files for Visual.net and SharpDevelop is different. To overcome this I can import a solution file into the development environment to set up the various settings for the quantlib project.. However, when I try and import the solution file for quantlib I get the following error message. System.IO.DirectoryNotFoundException: Could not find a part of the path "E:\Programs\Stochastix.NET\Random\Signature\Stochastix.Random.Signature.vcproj". at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) blah blah blah blah .................................... It appears that I need more info/files/folders than what is provided as part of the solution file. Should I be tackling this import this way or am I barking up the wrong tree? Thanks Rod -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. |
This is a .vcproj (Visual C++) for running the supplied makefile. Can you
try to manually remove these "makefile-projects" from the Solution before the import? You can build the makefile projects by running eg. nmake CFG=Debug in these project's directories. Jens. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Rod Pienaar Sent: Wednesday, May 14, 2003 5:22 PM To: [hidden email] Subject: [Quantlib-users] QuantLib - for c# users only Hi all I am trying to take a look at the c# quantlib source code using an open source IDE called SharpDevelop. I'm new to c# so I'm not sure if I'm tackling this the right way. My understanding is that the format of project files for Visual.net and SharpDevelop is different. To overcome this I can import a solution file into the development environment to set up the various settings for the quantlib project.. However, when I try and import the solution file for quantlib I get the following error message. System.IO.DirectoryNotFoundException: Could not find a part of the path "E:\Programs\Stochastix.NET\Random\Signature\Stochastix.Random.Signature.vcp roj". at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) blah blah blah blah .................................... It appears that I need more info/files/folders than what is provided as part of the solution file. Should I be tackling this import this way or am I barking up the wrong tree? Thanks Rod -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Quantlib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |