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 find it.
Anyone can tell me a way to solve the link problem?
Thank you very much!
The program has declared 'extern "C" __pioinfo' though.
I think '__pioinfo' should be a global variable provided by VC++, but I can't find it.
Anyone can tell me a way to solve the link problem?
Thank you very much!