Request.obj : error LNK2001: unresolved external symbol "unsigned long
__stdcall RasAdminUserGetInfo(unsigned short const *,unsigned short const
*,struct _RAS_USER_0 *)" (?RasAdminUserGetInfo@@YGKPBG0PAU_RAS_USER_0@@@Z)
It's there though as far as I can tell. Anyone else ran into this before?
Besides buying vc++ 6 is there anyway around this? I'm tried of fooling with
it.
You can quickly determine if you have the proper library by doing a
dumpbin /exports rassapi.lib
in your library directory. I just did that on this '98 box and found it
there. Note that the docs say that the function is implemented only on NT
4.0 and later. If you don't have the proper library I don't think that a
compiler upgrade is required. I believe that the platform SDK is available
on MS' web site but I'm not sure.
Regards,
Will