Problem with static lib!

Just starting out? Need help? Post your questions and find answers here.
energy
User
User
Posts: 19
Joined: Sat Aug 04, 2007 1:05 pm
Location: Germany

Problem with static lib!

Post by energy »

Hi!
I ve a problem with a static lib which uses internal
a function called "_strnicmp" (unresolved external)

Does anyone know which lib i have to include to resume this?
I tried msvcrt, libcmt....

Thank yu very much!
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

It should be in msvcrt.lib. Maybe something is wrong with your version?
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

Try an import of the msvcrt.lib inside your PB code.
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
User avatar
IceSoft
Addict
Addict
Posts: 1682
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Rebuild the tester:
File:1->TestAPI.zip
Image
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Post Reply