Jump to content

newbee

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by newbee

  1. so pwservice compiles if built as a release but pwdump6 still has a problem with ^ @ line 698
  2. when i attempt to compile fgdump in visual studio 2010 i recieve 2 error messages: 1 in pwservice.cpp @ line 100 typedef DWORD NTSTATUS throws an error because NTSTATUS is declared as long in the header file 2 in Pwdump6.cpp @ line 698 & 762 'NetShareEnum' : cannot convert parameter 1 from 'LPSTR' to 'LPWSTR' my question is do i cast these variables (LPSTR & NTSTATUS) or change them to match the (respectively) the header and function declarations? also has anyone else recieved these errors in VS 2010
×
×
  • Create New...