Error compiling QuantLib 3.10 in MSVC6

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Error compiling QuantLib 3.10 in MSVC6

Yong C W
 
When I tried compiling the projects in MSVC6, I get the following error:

d:\quantlib-0.3.10\ql\math\primenumbers.cpp(50) : error C2039:
'back_inserter' : is not a member of 'std'
d:\quantlib-0.3.10\ql\math\primenumbers.cpp(50) : error C2065:
'back_inserter' : undeclared identifier

What's wrong? Thanks very much.




Reply | Threaded
Open this post in threaded view
|

Re: Error compiling QuantLib 3.10 in MSVC6

eric ehlers
Hello

That file compiles fine for me under VC6.  If you haven't yet
installed VC6 SP6 you might try that.

Regards,
Eric

On 7/22/05, Yong C W <[hidden email]> wrote:

>
> When I tried compiling the projects in MSVC6, I get the following error:
>
> d:\quantlib-0.3.10\ql\math\primenumbers.cpp(50) : error C2039:
> 'back_inserter' : is not a member of 'std'
> d:\quantlib-0.3.10\ql\math\primenumbers.cpp(50) : error C2065:
> 'back_inserter' : undeclared identifier
>
> What's wrong? Thanks very much.
>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Quantlib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>


Reply | Threaded
Open this post in threaded view
|

Re: Error compiling QuantLib 3.10 in MSVC6

Luigi Ballabio
On 07/25/2005 03:26:44 PM, eric ehlers wrote:
>
> That file compiles fine for me under VC6.

Same here.

Luigi

----------------------------------------

Zawinski's Law:
        Every program attempts to expand until it can read mail. Those
        programs which cannot so expand are replaced by ones which can.