Posted by
Li, Peter on
URL: http://quantlib.414.s1.nabble.com/Dynamic-Library-Problem-with-Visual-C-2005-Express-tp688p690.html
Hi, I know QuantLib works well for Visual C++ 2005 Express. It also
should work well for Visual C++ 2005 if the settings of your own project
are right.
My suggestion: do not create your own project in the beginning and just
use the QuantLib QuantLib_vc8.sln to build the library and run the
samples there. If it can run the setting of your own project is not
right and you need to find it out (or consult a CS guy) why.
------------------------------------
Peter Li
-----Original Message-----
From:
[hidden email]
[mailto:
[hidden email]] On Behalf Of John
Maiden
Sent: Saturday, March 17, 2007 3:02 PM
To:
[hidden email]
Subject: Re: [Quantlib-users]Dynamic Library Problem with Visual C++
2005 Express
As a further followup to my problem, below is the section of cstdio that
is
giving me problems:
#ifndef RC_INVOKED
#if _GLOBAL_USING
_STD_BEGIN
using ::size_t; using ::fpos_t; using ::FILE;
using ::clearerr; using ::fclose; using ::feof;
using ::ferror; using ::fflush; using ::fgetc;
using ::fgetpos; using ::fgets; using ::fopen;
using ::fprintf; using ::fputc; using ::fputs;
using ::fread; using ::freopen; using ::fscanf;
using ::fseek; using ::fsetpos; using ::ftell;
using ::fwrite; using ::getc; using ::getchar;
using ::gets; using ::perror;
using ::putc; using ::putchar;
using ::printf; using ::puts; using ::remove;
using ::rename; using ::rewind; using ::scanf;
using ::setbuf; using ::setvbuf; using ::sprintf;
using ::sscanf; using ::tmpfile; using ::tmpnam;
using ::ungetc; using ::vfprintf; using ::vprintf;
using ::vsprintf;
_STD_END
#endif /* _GLOBAL_USING */
#endif /* RC_INVOKED */
If I'm reading this right, then the main problem I'm having is in the
inclusion
of the namespace std. Yet when I try using namespace std, it doesn't
work. Am I
reading this problem correctly, and if so (or not), what can I do to fix
it?
Thanks in advance for any input.
------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users