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: where can I find the symbol "__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!
 
Make a project with standard VC++ settings (or see what RTL libs added in such projects). Your linkage has no C/C++ RTL references (for example, __pioinfo declared in RTL ioinit.obj module)...
 
ilovecad,

This may be a longshot but those of us that program a lot of instrumentation, would see that as a variable(or struct etc..)defined for a PIO card. Used for bit level parallel input output and may have been defined for a PC parallel port. I don't think it is provided by Microsoft, but I may be wrong.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top