Page 1 of 1

Problem with static lib!

Posted: Sun Nov 11, 2007 3:03 pm
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!

Posted: Sun Nov 11, 2007 3:39 pm
by Trond
It should be in msvcrt.lib. Maybe something is wrong with your version?

Posted: Sun Nov 11, 2007 6:11 pm
by KarLKoX
Try an import of the msvcrt.lib inside your PB code.

Posted: Mon Nov 12, 2007 8:36 am
by IceSoft
Rebuild the tester:
File:1->TestAPI.zip
Image