F
Franky
I have a cpp program that use to compile in C++6 but gives a bunch of
errors in VS2005
Error 12 error LNK2019: unresolved external symbol _strstr referenced in
function "char * __cdecl strstr(char *,char const *)"
(?strstr@@YAPADPADPBD@Z) AnnGame.obj
I'm wondering if I'm missing a library or two.
If I look up strstr I find I need <string.h> which I have.
But in the doc I can't seen to learn what library is needed.
Can you tell me how to find the library name give a system include file?
thanks
errors in VS2005
Error 12 error LNK2019: unresolved external symbol _strstr referenced in
function "char * __cdecl strstr(char *,char const *)"
(?strstr@@YAPADPADPBD@Z) AnnGame.obj
I'm wondering if I'm missing a library or two.
If I look up strstr I find I need <string.h> which I have.
But in the doc I can't seen to learn what library is needed.
Can you tell me how to find the library name give a system include file?
thanks