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!

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

Status
Not open for further replies.

ilovecad

Programmer
Aug 25, 2005
3
US
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!
 
I'm thinking you're thinking we're soft in the head, and the link problem is association between right and wrong and ***(*)

--Paul

Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
dude if your program is vc or c++ then you should move your post to those forums.
cause the error is not coming from the perl interpreter, but the one that your language uses.

Kevin it can't be 42 because 45*2/4/5*3 = 12.6 (hehehehe)


``The wise man doesn't give the right answers,
he poses the right questions.''
TIMTOWTDI
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top