Hi,
In math.h, there is a declaration:
#ifndef __assembler /* Protect from assembler */
_CRTIMP extern double _HUGE;
#endif /* __assembler */
#define HUGE_VAL _HUGE
but where is _HUGE defined?
I got an unresolved external symbol error when using
HUGE_VAL.
Can someone tell me how to solve the...
I'm modifying and enbedding Perl into my own program. However, there is a linking error said "unresolved external symbol ___pioinfo referenced in function ***".
The program has declared 'extern "C" __pioinfo' though.
I think '__pioinfo' should be a global variable provided by VC++, but I can't...
I'm modifying and enbedding Perl into my own program. However, there is a linking error said "unresolved external symbol ___pioinfo referenced in function ***".
The program has declared 'extern "C" __pioinfo' though.
I think '__pioinfo' should be a global variable provided by VC++, but I can't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.