User profile: pzling

User info
User name:pzling
History
Joined:
Number of posts:41
Latest posts:

The value of ESP was not properly saved across a function call.
Ok, it seems that this one is fixed by restarting the compiler (VC++ 2010 Express)

The value of ESP was not properly saved across a function call.
Hi How do you debug one of these errors? [quote] Run-Time Check Failure #0 - The value of ESP was ...

LNK2001: unresolved external symbol
Thanks So in RandomBase I have: [code] class RandomBase { // ... // protected: static bool BoostGe...

LNK2001: unresolved external symbol
Hi Could someone kindly explain the nature behind a LNK2001 error? I'm using source files I'...

pow() returns Infinity?
yea, adding another level of detail, this was all part of building a random variate generator with b...