I removed the 'old' msvcrt.lib with the version which comes with VS2010 and I getting no longer this list of compiling errors (POLINK: error) when I write a wrapper from a external static lib:
POLINK: error: Unresolved external symbol '__RTC_CheckEsp'.
POLINK: error: Unresolved external symbol '@_RTC_CheckStackVars'.
POLINK: error: Unresolved external symbol '___security_cookie'.
POLINK: error: Unresolved external symbol '@__security_check_cookie'.
POLINK: error: Unresolved external symbol '__RTC_Shutdown'.
POLINK: error: Unresolved external symbol '__RTC_InitBase'.
POLINK: error: Unresolved external symbol '___iob_func'.
Update the msvcrt.lib and 7 POLINK:errors are removed
Update the msvcrt.lib and 7 POLINK:errors are removed
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
- Crusiatus Black
- Enthusiast
- Posts: 389
- Joined: Mon May 12, 2008 1:25 pm
- Location: The Netherlands
- Contact:
Re: Update the msvcrt.lib and 7 POLINK:errors are removed
I'm sorry for the massive bump of this topic, however can you perhaps share with me which msvcrt.lib you used and where I can find it?