Chris Baker
2005-07-12 12:29:02 UTC
I try to use the command .....
NetUserGetLocalGroups(...)
and I am including ....
#include <lm.h>
#include <Security.h>
and the compiler says .....
ManPack error LNK2019: unresolved external symbol ***@32
referenced in function "private: bool __thiscall
CManPackView::IsAdminUser(void)" (?***@CManPackView@@AAE_NXZ)
Any ideas?
NetUserGetLocalGroups(...)
and I am including ....
#include <lm.h>
#include <Security.h>
and the compiler says .....
ManPack error LNK2019: unresolved external symbol ***@32
referenced in function "private: bool __thiscall
CManPackView::IsAdminUser(void)" (?***@CManPackView@@AAE_NXZ)
Any ideas?