Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ilovecad

    Where is _HUGE defined?

    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...
  2. ilovecad

    Help: Perl source code link problem (sybmol "__pioinfo")

    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...
  3. ilovecad

    Help: where can I find the symbol "__pioinfo"

    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...

Part and Inventory Search

Back
Top